#575990

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

Shades of Governor Bay #575990

Tints of Governor Bay #575990

Color information

#575990 (or 0x575990) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 90. RGB value is (87,89,144). Sum of RGB (Red+Green+Blue) = 87+89+144=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #575990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575990 is #A8A66F. Grayscale: #5E5E5E. Windows color (decimal): -11052656 or 9460055. OLE color: 9460055.

HSL color Cylindrical-coordinate representation of color #575990: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575990 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8789144-
CMYK0.400.3800.44
HSL237.89º24.68%45.29%-
HSV(B)237.89º39.58%56.47%-
XYZ12.5411.1827.88-
YUV94.67155.84122.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 144 (56.64% from 255) = 45%
R=27.19%
G=27.81%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87891440.400.3800.44237.8924.6845.29
Hex575990282602Cee192d
Octal12713122050460543563155
Binary101011110110011001000010100010011001011001110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575990; }

 p { color: rgb(87,89,144); }

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

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

 a { background-color: rgb(87,89,144); }

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

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

 span { border-color: rgb(87,89,144); }

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