#575F94

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

Shades of Governor Bay #575F94

Tints of Governor Bay #575F94

Color information

#575F94 (or 0x575F94) is unknown color: approx Governor Bay. HEX triplet: 57, 5F and 94. RGB value is (87,95,148). Sum of RGB (Red+Green+Blue) = 87+95+148=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #575F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F94 is #A8A06B. Grayscale: #626262. Windows color (decimal): -11051116 or 9723735. OLE color: 9723735.

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

Color convert

RGB8795148-
CMYK0.410.3600.42
HSL232.13º25.96%46.08%-
HSV(B)232.13º41.22%58.04%-
XYZ13.3712.3529.7-
YUV98.65155.85119.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=26.36%
G=28.79%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87951480.410.3600.42232.1325.9646.08
Hex575F94292402Ae81a2e
Octal12713722451440523503256
Binary101011110111111001010010100110010001010101110100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F94; }

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

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

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

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

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

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

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

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