#575E8B

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

Shades of Governor Bay #575E8B

Tints of Governor Bay #575E8B

Color information

#575E8B (or 0x575E8B) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and 8B. RGB value is (87,94,139). Sum of RGB (Red+Green+Blue) = 87+94+139=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #575E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E8B is #A8A174. Grayscale: #606060. Windows color (decimal): -11051381 or 9133655. OLE color: 9133655.

HSL color Cylindrical-coordinate representation of color #575E8B: hue angle of 231.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575E8B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8794139-
CMYK0.370.3200.45
HSL231.92º23.01%44.31%-
HSV(B)231.92º37.41%54.51%-
XYZ12.5911.926.06-
YUV97.04151.68120.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=27.19%
G=29.38%
B=43.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87941390.370.3200.45231.9223.0144.31
Hex575E8B252002De8172c
Octal12713621345400553502754
Binary101011110111101000101110010110000001011011110100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,139); }

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

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

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

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

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

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

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