Html Css Color HEX #509063 Chateau Green

📋 copy color: '#509063'

red 80 ◦ green 144 ◦ blue 99

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

Shades of Chateau Green #509063

Tints of Chateau Green #509063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 24.77%
G = 44.58%
B = 30.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#509063 (or 0x509063) is known color: Chateau Green. HEX triplet: 50, 90 and 63. RGB value is (80,144,99). Sum of RGB (Red+Green+Blue) = 80+144+99=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #509063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509063 is #AF6F9C. Grayscale: #777777. Windows color (decimal): -11497373 or 6525008. OLE color: 6525008.

HSL color Cylindrical-coordinate representation of color #509063: hue angle of 137.81º 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 #509063 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 99 -
CMYK 0.44 0 0.31 0.44
HSL 137.81º 0.29% 0.44% -
HSV(B) 137.81º 0.44% 0.56% -
XYZ 15.53 22.55 15.34 -
YUV 119.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 80 144 99 0.44 0 0.31 0.44 137.81 0.29 0.44
Hex 50 90 63 2C 0 1F 2C 8A 1D 2C
Octal 120 220 143 54 0 37 54 212 35 54
Binary 1010000 10010000 1100011 101100 0 11111 101100 10001010 11101 101100

Color Harmonies of #509063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509063

Black with #509063

Text Example


Text Example

White with #509063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509063; }

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

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

background-color css

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

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

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

border-color css

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

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

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