#58578C

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

Shades of Governor Bay #58578C

Tints of Governor Bay #58578C

Color information

#58578C (or 0x58578C) is unknown color: approx Governor Bay. HEX triplet: 58, 57 and 8C. RGB value is (88,87,140). Sum of RGB (Red+Green+Blue) = 88+87+140=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #58578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58578C is #A7A873. Grayscale: #5D5D5D. Windows color (decimal): -10987636 or 9197400. OLE color: 9197400.

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

Color convert

RGB8887140-
CMYK0.370.3800.45
HSL241.13º23.35%44.51%-
HSV(B)241.13º37.86%54.9%-
XYZ12.1710.7826.25-
YUV93.34154.33124.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=27.94%
G=27.62%
B=44.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88871400.370.3800.45241.1323.3544.51
Hex58578C252602Df1172d
Octal13012721445460553612755
Binary101100010101111000110010010110011001011011111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58578C; }

 p { color: rgb(88,87,140); }

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

<style>
 a { background-color: #58578C; }

 a { background-color: rgb(88,87,140); }

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

<style>
 span { border-color: #58578C; }

 span { border-color: rgb(88,87,140); }

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