#585F91

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

Shades of Governor Bay #585F91

Tints of Governor Bay #585F91

Color information

#585F91 (or 0x585F91) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 91. RGB value is (88,95,145). Sum of RGB (Red+Green+Blue) = 88+95+145=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #585F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F91 is #A7A06E. Grayscale: #626262. Windows color (decimal): -10985583 or 9527128. OLE color: 9527128.

HSL color Cylindrical-coordinate representation of color #585F91: hue angle of 232.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585F91 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8895145-
CMYK0.390.3400.43
HSL232.63º24.46%45.69%-
HSV(B)232.63º39.31%56.86%-
XYZ13.2312.328.47-
YUV98.61154.18120.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=26.83%
G=28.96%
B=44.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88951450.390.3400.43232.6324.4645.69
Hex585F91272202Be9182e
Octal13013722147420533513056
Binary101100010111111001000110011110001001010111110100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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