#585699

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

Shades of Governor Bay #585699

Tints of Governor Bay #585699

Color information

#585699 (or 0x585699) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 99. RGB value is (88,86,153). Sum of RGB (Red+Green+Blue) = 88+86+153=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #585699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585699 is #A7A966. Grayscale: #5D5D5D. Windows color (decimal): -10987879 or 10049112. OLE color: 10049112.

HSL color Cylindrical-coordinate representation of color #585699: hue angle of 241.79º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585699 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8886153-
CMYK0.420.4400.4
HSL241.79º28.03%46.86%-
HSV(B)241.79º43.79%60%-
XYZ13.111.0331.58-
YUV94.24161.16123.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=26.91%
G=26.30%
B=46.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88861530.420.4400.4241.7928.0346.86
Hex5856992A2C028f21c2f
Octal13012623152540503623457
Binary101100010101101001100110101010110001010001111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585699; }

 p { color: rgb(88,86,153); }

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

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

 a { background-color: rgb(88,86,153); }

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

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

 span { border-color: rgb(88,86,153); }

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