#586092

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

Shades of Governor Bay #586092

Tints of Governor Bay #586092

Color information

#586092 (or 0x586092) is unknown color: approx Governor Bay. HEX triplet: 58, 60 and 92. RGB value is (88,96,146). Sum of RGB (Red+Green+Blue) = 88+96+146=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #586092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586092 is #A79F6D. Grayscale: #636363. Windows color (decimal): -10985326 or 9592920. OLE color: 9592920.

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

Color convert

RGB8896146-
CMYK0.400.3400.43
HSL231.72º24.79%45.88%-
HSV(B)231.72º39.73%57.25%-
XYZ13.412.5228.9-
YUV99.31154.35119.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=26.67%
G=29.09%
B=44.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88961460.400.3400.43231.7224.7945.88
Hex586092282202Be8192e
Octal13014022250420533503156
Binary101100011000001001001010100010001001010111110100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586092; }

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

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

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

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

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

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

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

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