#585B97

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

Shades of Governor Bay #585B97

Tints of Governor Bay #585B97

Color information

#585B97 (or 0x585B97) is unknown color: approx Governor Bay. HEX triplet: 58, 5B and 97. RGB value is (88,91,151). Sum of RGB (Red+Green+Blue) = 88+91+151=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #585B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B97 is #A7A468. Grayscale: #606060. Windows color (decimal): -10986601 or 9919320. OLE color: 9919320.

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

Color convert

RGB8891151-
CMYK0.420.4000.41
HSL237.14º26.36%46.86%-
HSV(B)237.14º41.72%59.22%-
XYZ13.3511.7930.85-
YUV96.94158.51121.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=26.67%
G=27.58%
B=45.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88911510.420.4000.41237.1426.3646.86
Hex585B972A28029ed1a2f
Octal13013322752500513553257
Binary101100010110111001011110101010100001010011110110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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