#575D93

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

Shades of Governor Bay #575D93

Tints of Governor Bay #575D93

Color information

#575D93 (or 0x575D93) is unknown color: approx Governor Bay. HEX triplet: 57, 5D and 93. RGB value is (87,93,147). Sum of RGB (Red+Green+Blue) = 87+93+147=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #575D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D93 is #A8A26C. Grayscale: #616161. Windows color (decimal): -11051629 or 9657687. OLE color: 9657687.

HSL color Cylindrical-coordinate representation of color #575D93: hue angle of 234º 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 #575D93 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8793147-
CMYK0.410.3700.42
HSL234º25.64%45.88%-
HSV(B)234º40.82%57.65%-
XYZ13.1111.9629.22-
YUV97.36156.01120.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=26.61%
G=28.44%
B=44.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87931470.410.3700.4223425.6445.88
Hex575D93292502Aea1a2e
Octal12713522351450523523256
Binary101011110111011001001110100110010101010101110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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