#585E92

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

Shades of Governor Bay #585E92

Tints of Governor Bay #585E92

Color information

#585E92 (or 0x585E92) is unknown color: approx Governor Bay. HEX triplet: 58, 5E and 92. RGB value is (88,94,146). Sum of RGB (Red+Green+Blue) = 88+94+146=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #585E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E92 is #A7A16D. Grayscale: #616161. Windows color (decimal): -10985838 or 9592408. OLE color: 9592408.

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

Color convert

RGB8894146-
CMYK0.400.3600.43
HSL233.79º24.79%45.88%-
HSV(B)233.79º39.73%57.25%-
XYZ13.2212.1628.84-
YUV98.13155.01120.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=26.83%
G=28.66%
B=44.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88941460.400.3600.43233.7924.7945.88
Hex585E92282402Bea192e
Octal13013622250440533523156
Binary101100010111101001001010100010010001010111110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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