#575A9B

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

Shades of Governor Bay #575A9B

Tints of Governor Bay #575A9B

Color information

#575A9B (or 0x575A9B) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 9B. RGB value is (87,90,155). Sum of RGB (Red+Green+Blue) = 87+90+155=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #575A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A9B is #A8A564. Grayscale: #606060. Windows color (decimal): -11052389 or 10181207. OLE color: 10181207.

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

Color convert

RGB8790155-
CMYK0.440.4200.39
HSL237.35º28.1%47.45%-
HSV(B)237.35º43.87%60.78%-
XYZ13.511.7132.56-
YUV96.51161.01121.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=26.20%
G=27.11%
B=46.69%

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
Decimal87901550.440.4200.39237.3528.147.45
Hex575A9B2C2A027ed1c2f
Octal12713223354520473553457
Binary101011110110101001101110110010101001001111110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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