#575790

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

Shades of Governor Bay #575790

Tints of Governor Bay #575790

Color information

#575790 (or 0x575790) is unknown color: approx Governor Bay. HEX triplet: 57, 57 and 90. RGB value is (87,87,144). Sum of RGB (Red+Green+Blue) = 87+87+144=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #575790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575790 is #A8A86F. Grayscale: #5D5D5D. Windows color (decimal): -11053168 or 9459543. OLE color: 9459543.

HSL color Cylindrical-coordinate representation of color #575790: hue angle of 240º 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 #575790 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8787144-
CMYK0.400.4000.44
HSL240º24.68%45.29%-
HSV(B)240º39.58%56.47%-
XYZ12.3710.8627.83-
YUV93.5156.5123.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=27.36%
G=27.36%
B=45.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87871440.400.4000.4424024.6845.29
Hex575790282802Cf0192d
Octal12712722050500543603155
Binary101011110101111001000010100010100001011001111000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575790; }

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

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

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

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

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

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

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

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