Html Css Color HEX #509066 Chateau Green

📋 copy color: '#509066'

red 80 ◦ green 144 ◦ blue 102

#509066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #509066

Tints of Chateau Green #509066

RGB

 RED value IS 80 (31.64% from 255) = 24.54%

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 24.54%
G = 44.17%
B = 31.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#509066 (or 0x509066) is known color: Chateau Green. HEX triplet: 50, 90 and 66. RGB value is (80,144,102). Sum of RGB (Red+Green+Blue) = 80+144+102=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #509066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509066 is #AF6F99. Grayscale: #787878. Windows color (decimal): -11497370 or 6721616. OLE color: 6721616.

HSL color Cylindrical-coordinate representation of color #509066: hue angle of 140.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509066 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 102 -
CMYK 0.44 0 0.29 0.44
HSL 140.63º 0.29% 0.44% -
HSV(B) 140.63º 0.44% 0.56% -
XYZ 15.68 22.61 16.11 -
YUV 120.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 80 144 102 0.44 0 0.29 0.44 140.63 0.29 0.44
Hex 50 90 66 2C 0 1D 2C 8D 1D 2C
Octal 120 220 146 54 0 35 54 215 35 54
Binary 1010000 10010000 1100110 101100 0 11101 101100 10001101 11101 101100

Color Harmonies of #509066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509066

Black with #509066

Text Example


Text Example

White with #509066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509066; }

 p { color: rgb(80,144,102); }

 H1.HeaderClassName
 {
   color: #509066;
 }
 .AnyTagClassName
 {
   color: #509066;
 }
</style>

background-color css

<style>
 a { background-color: #509066; }

 a { background-color: rgb(80,144,102); }

 div.DivClassName
 {
   background-color: #509066;
 }
 .BgClassName
 {
   background-color: #509066;
 }
</style>

border-color css

<style>
 span { border-color: #509066; }

 span { border-color: rgb(80,144,102); }

 td.TdClassName
 {
   border-color: #509066;
 }
 .TagClassName
 {
   border-color: #509066;
 }
</style>