#509566

Color #509566 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #509566

Tints of Chateau Green #509566

Color information

#509566 (or 0x509566) is unknown color: approx Chateau Green. HEX triplet: 50, 95 and 66. RGB value is (80,149,102). Sum of RGB (Red+Green+Blue) = 80+149+102=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #509566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509566 is #AF6A99. Grayscale: #7B7B7B. Windows color (decimal): -11496090 or 6722896. OLE color: 6722896.

HSL color Cylindrical-coordinate representation of color #509566: hue angle of 139.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509566 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB80149102-
CMYK0.4600.320.42
HSL139.13º30.13%44.9%-
HSV(B)139.13º46.31%58.43%-
XYZ16.4524.1616.37-
YUV123.01116.1497.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=24.17%
G=45.02%
B=30.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491020.4600.320.42139.1330.1344.9
Hex5095662E0202A8b1e2d
Octal12022514656040522133655
Binary101000010010101110011010111001000001010101000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509566; }

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

 H1.HeaderClassName
 {
   color: #509566;
 }
 .AnyTagClassName
 {
   color: #509566;
 }
</style>
background-color css

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

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

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

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

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

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