#585F99

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

Shades of Governor Bay #585F99

Tints of Governor Bay #585F99

Color information

#585F99 (or 0x585F99) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 99. RGB value is (88,95,153). Sum of RGB (Red+Green+Blue) = 88+95+153=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #585F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F99 is #A7A066. Grayscale: #636363. Windows color (decimal): -10985575 or 10051416. OLE color: 10051416.

HSL color Cylindrical-coordinate representation of color #585F99: hue angle of 233.54º 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 #585F99 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8895153-
CMYK0.420.3800.4
HSL233.54º26.97%47.25%-
HSV(B)233.54º42.48%60%-
XYZ13.8712.5631.83-
YUV99.52158.18119.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=26.19%
G=28.27%
B=45.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88951530.420.3800.4233.5426.9747.25
Hex585F992A26028ea1b2f
Octal13013723152460503523357
Binary101100010111111001100110101010011001010001110101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F99; }

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

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

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

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

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

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

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

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