#586091

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

Shades of Governor Bay #586091

Tints of Governor Bay #586091

Color information

#586091 (or 0x586091) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 91. RGB value is (88,96,145). Sum of RGB (Red+Green+Blue) = 88+96+145=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #586091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586091 is #A79F6E. Grayscale: #626262. Windows color (decimal): -10985327 or 9527384. OLE color: 9527384.

HSL color Cylindrical-coordinate representation of color #586091: hue angle of 231.58º 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 #586091 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8896145-
CMYK0.390.3400.43
HSL231.58º24.46%45.69%-
HSV(B)231.58º39.31%56.86%-
XYZ13.3212.4828.5-
YUV99.19153.85120.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=26.75%
G=29.18%
B=44.07%

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
Decimal88961450.390.3400.43231.5824.4645.69
Hex586091272202Be8182e
Octal13014022147420533503056
Binary101100011000001001000110011110001001010111110100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586091; }

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

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

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

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

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

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

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

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