#575A9C

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

Shades of Governor Bay #575A9C

Tints of Governor Bay #575A9C

Color information

#575A9C (or 0x575A9C) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 9C. RGB value is (87,90,156). Sum of RGB (Red+Green+Blue) = 87+90+156=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #575A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A9C is #A8A563. Grayscale: #606060. Windows color (decimal): -11052388 or 10246743. OLE color: 10246743.

HSL color Cylindrical-coordinate representation of color #575A9C: hue angle of 237.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575A9C is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8790156-
CMYK0.440.4200.39
HSL237.39º28.4%47.65%-
HSV(B)237.39º44.23%61.18%-
XYZ13.5911.7433-
YUV96.63161.51121.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=26.13%
G=27.03%
B=46.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87901560.440.4200.39237.3928.447.65
Hex575A9C2C2A027ed1c30
Octal12713223454520473553460
Binary101011110110101001110010110010101001001111110110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,156); }

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

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

 a { background-color: rgb(87,90,156); }

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

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

 span { border-color: rgb(87,90,156); }

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