#575A8A

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

Shades of Governor Bay #575A8A

Tints of Governor Bay #575A8A

Color information

#575A8A (or 0x575A8A) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and 8A. RGB value is (87,90,138). Sum of RGB (Red+Green+Blue) = 87+90+138=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #575A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A8A is #A8A575. Grayscale: #5E5E5E. Windows color (decimal): -11052406 or 9067095. OLE color: 9067095.

HSL color Cylindrical-coordinate representation of color #575A8A: hue angle of 236.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575A8A is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8790138-
CMYK0.370.3500.46
HSL236.47º22.67%44.12%-
HSV(B)236.47º36.96%54.12%-
XYZ12.1711.1725.56-
YUV94.57152.51122.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=27.62%
G=28.57%
B=43.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87901380.370.3500.46236.4722.6744.12
Hex575A8A252302Eec172c
Octal12713221245430563542754
Binary101011110110101000101010010110001101011101110110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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