#585B99

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

Shades of Governor Bay #585B99

Tints of Governor Bay #585B99

Color information

#585B99 (or 0x585B99) is unknown color: approx Governor Bay. HEX triplet: 58, 5B and 99. RGB value is (88,91,153). Sum of RGB (Red+Green+Blue) = 88+91+153=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #585B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B99 is #A7A466. Grayscale: #606060. Windows color (decimal): -10986599 or 10050392. OLE color: 10050392.

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

Color convert

RGB8891153-
CMYK0.420.4100.4
HSL237.23º26.97%47.25%-
HSV(B)237.23º42.48%60%-
XYZ13.5211.8631.71-
YUV97.17159.51121.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=26.51%
G=27.41%
B=46.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88911530.420.4100.4237.2326.9747.25
Hex585B992A29028ed1b2f
Octal13013323152510503553357
Binary101100010110111001100110101010100101010001110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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