#575E8E

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

Shades of Governor Bay #575E8E

Tints of Governor Bay #575E8E

Color information

#575E8E (or 0x575E8E) is unknown color: approx Governor Bay. HEX triplet: 57, 5E and 8E. RGB value is (87,94,142). Sum of RGB (Red+Green+Blue) = 87+94+142=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #575E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E8E is #A8A171. Grayscale: #616161. Windows color (decimal): -11051378 or 9330263. OLE color: 9330263.

HSL color Cylindrical-coordinate representation of color #575E8E: hue angle of 232.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575E8E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8794142-
CMYK0.390.3400.44
HSL232.36º24.02%44.9%-
HSV(B)232.36º38.73%55.69%-
XYZ12.8211.9827.23-
YUV97.38153.18120.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=26.93%
G=29.10%
B=43.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87941420.390.3400.44232.3624.0244.9
Hex575E8E272202Ce8182d
Octal12713621647420543503055
Binary101011110111101000111010011110001001011001110100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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