#585791

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

Shades of Governor Bay #585791

Tints of Governor Bay #585791

Color information

#585791 (or 0x585791) is unknown color: approx Governor Bay. HEX triplet: 58, 57 and 91. RGB value is (88,87,145). Sum of RGB (Red+Green+Blue) = 88+87+145=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #585791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585791 is #A7A86E. Grayscale: #5D5D5D. Windows color (decimal): -10987631 or 9525080. OLE color: 9525080.

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

Color convert

RGB8887145-
CMYK0.390.400.43
HSL241.03º25%45.49%-
HSV(B)241.03º40%56.86%-
XYZ12.5410.9428.24-
YUV93.91156.83123.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=27.5%
G=27.19%
B=45.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88871450.390.400.43241.032545.49
Hex585791272802Bf1192d
Octal13012722147500533613155
Binary101100010101111001000110011110100001010111111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585791; }

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

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

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

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

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

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

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

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