#585B96

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

Shades of Governor Bay #585B96

Tints of Governor Bay #585B96

Color information

#585B96 (or 0x585B96) is unknown color: approx Governor Bay. HEX triplet: 58, 5B and 96. RGB value is (88,91,150). Sum of RGB (Red+Green+Blue) = 88+91+150=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #585B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B96 is #A7A469. Grayscale: #606060. Windows color (decimal): -10986602 or 9853784. OLE color: 9853784.

HSL color Cylindrical-coordinate representation of color #585B96: hue angle of 237.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585B96 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8891150-
CMYK0.410.3900.41
HSL237.1º26.05%46.67%-
HSV(B)237.1º41.33%58.82%-
XYZ13.2711.7630.42-
YUV96.83158.01121.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=26.75%
G=27.66%
B=45.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88911500.410.3900.41237.126.0546.67
Hex585B962927029ed1a2f
Octal13013322651470513553257
Binary101100010110111001011010100110011101010011110110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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