#585889

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

Shades of Governor Bay #585889

Tints of Governor Bay #585889

Color information

#585889 (or 0x585889) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 89. RGB value is (88,88,137). Sum of RGB (Red+Green+Blue) = 88+88+137=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #585889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585889 is #A7A776. Grayscale: #5D5D5D. Windows color (decimal): -10987383 or 9001048. OLE color: 9001048.

HSL color Cylindrical-coordinate representation of color #585889: hue angle of 240º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585889 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8888137-
CMYK0.360.3600.46
HSL240º21.78%44.12%-
HSV(B)240º35.77%53.73%-
XYZ12.0310.8625.13-
YUV93.59152.5124.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=28.12%
G=28.12%
B=43.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88881370.360.3600.4624021.7844.12
Hex585889242402Ef0162c
Octal13013021144440563602654
Binary101100010110001000100110010010010001011101111000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585889; }

 p { color: rgb(88,88,137); }

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

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

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

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

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

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

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