#575B93

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

Shades of Governor Bay #575B93

Tints of Governor Bay #575B93

Color information

#575B93 (or 0x575B93) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and 93. RGB value is (87,91,147). Sum of RGB (Red+Green+Blue) = 87+91+147=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #575B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B93 is #A8A46C. Grayscale: #5F5F5F. Windows color (decimal): -11052141 or 9657175. OLE color: 9657175.

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

Color convert

RGB8791147-
CMYK0.410.3800.42
HSL236º25.64%45.88%-
HSV(B)236º40.82%57.65%-
XYZ12.9411.6129.16-
YUV96.19156.67121.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=26.77%
G=28%
B=45.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87911470.410.3800.4223625.6445.88
Hex575B93292602Aec1a2e
Octal12713322351460523543256
Binary101011110110111001001110100110011001010101110110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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