Html Css Color HEX #576199 Governor Bay

📋 copy color: '#576199'

red 87 ◦ green 97 ◦ blue 153

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

Shades of Governor Bay #576199

Tints of Governor Bay #576199

RGB

 RED value IS 87 (34.38% from 255) = 25.82%

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 25.82%
G = 28.78%
B = 45.4%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576199 (or 0x576199) is known color: Governor Bay. HEX triplet: 57, 61 and 99. RGB value is (87,97,153). Sum of RGB (Red+Green+Blue) = 87+97+153=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #576199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576199 is #A89E66. Grayscale: #646464. Windows color (decimal): -11050599 or 10051927. OLE color: 10051927.

HSL color Cylindrical-coordinate representation of color #576199: hue angle of 230.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576199 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 97 153 -
CMYK 0.43 0.37 0 0.4
HSL 230.91º 0.28% 0.47% -
HSV(B) 230.91º 0.43% 0.6% -
XYZ 13.95 12.88 31.89 -
YUV 100.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 87 97 153 0.43 0.37 0 0.4 230.91 0.28 0.47
Hex 57 61 99 2B 25 0 28 E7 1C 2F
Octal 127 141 231 53 45 0 50 347 34 57
Binary 1010111 1100001 10011001 101011 100101 0 101000 11100111 11100 101111

Color Harmonies of #576199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576199

Black with #576199

Text Example


Text Example

White with #576199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576199; }

 p { color: rgb(87,97,153); }

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

background-color css

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

 a { background-color: rgb(87,97,153); }

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

border-color css

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

 span { border-color: rgb(87,97,153); }

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