#576194

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

Shades of Governor Bay #576194

Tints of Governor Bay #576194

Color information

#576194 (or 0x576194) is unknown color: approx Governor Bay. HEX triplet: 57, 61 and 94. RGB value is (87,97,148). Sum of RGB (Red+Green+Blue) = 87+97+148=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #576194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576194 is #A89E6B. Grayscale: #636363. Windows color (decimal): -11050604 or 9724247. OLE color: 9724247.

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

Color convert

RGB8797148-
CMYK0.410.3400.42
HSL230.16º25.96%46.08%-
HSV(B)230.16º41.22%58.04%-
XYZ13.5512.7129.76-
YUV99.82155.19118.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=26.20%
G=29.22%
B=44.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87971480.410.3400.42230.1625.9646.08
Hex576194292202Ae61a2e
Octal12714122451420523463256
Binary101011111000011001010010100110001001010101110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576194; }

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

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

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

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

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

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

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

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