#585899

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

Shades of Governor Bay #585899

Tints of Governor Bay #585899

Color information

#585899 (or 0x585899) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 99. RGB value is (88,88,153). Sum of RGB (Red+Green+Blue) = 88+88+153=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #585899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585899 is #A7A766. Grayscale: #5F5F5F. Windows color (decimal): -10987367 or 10049624. OLE color: 10049624.

HSL color Cylindrical-coordinate representation of color #585899: hue angle of 240º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585899 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8888153-
CMYK0.420.4200.4
HSL240º26.97%47.25%-
HSV(B)240º42.48%60%-
XYZ13.2611.3531.63-
YUV95.41160.5122.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=26.75%
G=26.75%
B=46.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88881530.420.4200.424026.9747.25
Hex5858992A2A028f01b2f
Octal13013023152520503603357
Binary101100010110001001100110101010101001010001111000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585899; }

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

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

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

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

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

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

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

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