#585F92

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

Shades of Governor Bay #585F92

Tints of Governor Bay #585F92

Color information

#585F92 (or 0x585F92) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 92. RGB value is (88,95,146). Sum of RGB (Red+Green+Blue) = 88+95+146=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #585F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F92 is #A7A06D. Grayscale: #626262. Windows color (decimal): -10985582 or 9592664. OLE color: 9592664.

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

Color convert

RGB8895146-
CMYK0.400.3500.43
HSL232.76º24.79%45.88%-
HSV(B)232.76º39.73%57.25%-
XYZ13.3112.3328.87-
YUV98.72154.68120.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=26.75%
G=28.88%
B=44.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88951460.400.3500.43232.7624.7945.88
Hex585F92282302Be9192e
Octal13013722250430533513156
Binary101100010111111001001010100010001101010111110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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