#575B95

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

Shades of Governor Bay #575B95

Tints of Governor Bay #575B95

Color information

#575B95 (or 0x575B95) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 95. RGB value is (87,91,149). Sum of RGB (Red+Green+Blue) = 87+91+149=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #575B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B95 is #A8A46A. Grayscale: #606060. Windows color (decimal): -11052139 or 9788247. OLE color: 9788247.

HSL color Cylindrical-coordinate representation of color #575B95: hue angle of 236.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575B95 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8791149-
CMYK0.420.3900.42
HSL236.13º26.27%46.27%-
HSV(B)236.13º41.61%58.43%-
XYZ13.111.6830-
YUV96.42157.67121.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=26.61%
G=27.83%
B=45.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87911490.420.3900.42236.1326.2746.27
Hex575B952A2702Aec1a2e
Octal12713322552470523543256
Binary101011110110111001010110101010011101010101110110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,149); }

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

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

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

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

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

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

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