#576196

Color #576196 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #576196

Tints of Governor Bay #576196

Color information

#576196 (or 0x576196) is unknown color: approx Governor Bay. HEX triplet: 57, 61 and 96. RGB value is (87,97,150). Sum of RGB (Red+Green+Blue) = 87+97+150=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #576196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576196 is #A89E69. Grayscale: #636363. Windows color (decimal): -11050602 or 9855319. OLE color: 9855319.

HSL color Cylindrical-coordinate representation of color #576196: hue angle of 230.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576196 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8797150-
CMYK0.420.3500.41
HSL230.48º26.58%46.47%-
HSV(B)230.48º42%58.82%-
XYZ13.7112.7830.6-
YUV100.05156.19118.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=26.05%
G=29.04%
B=44.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87971500.420.3500.41230.4826.5846.47
Hex5761962A23029e61b2e
Octal12714122652430513463356
Binary101011111000011001011010101010001101010011110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576196; }

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

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

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

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

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

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

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

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