#575A9E

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

Shades of Governor Bay #575A9E

Tints of Governor Bay #575A9E

Color information

#575A9E (or 0x575A9E) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 9E. RGB value is (87,90,158). Sum of RGB (Red+Green+Blue) = 87+90+158=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #575A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A9E is #A8A561. Grayscale: #606060. Windows color (decimal): -11052386 or 10377815. OLE color: 10377815.

HSL color Cylindrical-coordinate representation of color #575A9E: hue angle of 237.46º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575A9E is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8790158-
CMYK0.450.4300.38
HSL237.46º28.98%48.04%-
HSV(B)237.46º44.94%61.96%-
XYZ13.7611.8133.9-
YUV96.85162.51120.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=25.97%
G=26.87%
B=47.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87901580.450.4300.38237.4628.9848.04
Hex575A9E2D2B026ed1d30
Octal12713223655530463553560
Binary101011110110101001111010110110101101001101110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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