#576094

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

Shades of Governor Bay #576094

Tints of Governor Bay #576094

Color information

#576094 (or 0x576094) is unknown color: approx Governor Bay. HEX triplet: 57, 60 and 94. RGB value is (87,96,148). Sum of RGB (Red+Green+Blue) = 87+96+148=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #576094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576094 is #A89F6B. Grayscale: #636363. Windows color (decimal): -11050860 or 9723991. OLE color: 9723991.

HSL color Cylindrical-coordinate representation of color #576094: hue angle of 231.15º 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 #576094 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8796148-
CMYK0.410.3500.42
HSL231.15º25.96%46.08%-
HSV(B)231.15º41.22%58.04%-
XYZ13.4612.5329.73-
YUV99.24155.52119.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=26.28%
G=29.00%
B=44.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87961480.410.3500.42231.1525.9646.08
Hex576094292302Ae71a2e
Octal12714022451430523473256
Binary101011111000001001010010100110001101010101110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576094; }

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

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

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

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

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

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

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

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