#585B92

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

Shades of Governor Bay #585B92

Tints of Governor Bay #585B92

Color information

#585B92 (or 0x585B92) is unknown color: approx Governor Bay. HEX triplet: 58, 5B and 92. RGB value is (88,91,146). Sum of RGB (Red+Green+Blue) = 88+91+146=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #585B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B92 is #A7A46D. Grayscale: #606060. Windows color (decimal): -10986606 or 9591640. OLE color: 9591640.

HSL color Cylindrical-coordinate representation of color #585B92: hue angle of 236.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585B92 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8891146-
CMYK0.400.3800.43
HSL236.9º24.79%45.88%-
HSV(B)236.9º39.73%57.25%-
XYZ12.9511.6328.76-
YUV96.37156.01122.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=27.08%
G=28%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88911460.400.3800.43236.924.7945.88
Hex585B92282602Bed192e
Octal13013322250460533553156
Binary101100010110111001001010100010011001010111110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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