#585696

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

Shades of Governor Bay #585696

Tints of Governor Bay #585696

Color information

#585696 (or 0x585696) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 96. RGB value is (88,86,150). Sum of RGB (Red+Green+Blue) = 88+86+150=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #585696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585696 is #A7A969. Grayscale: #5D5D5D. Windows color (decimal): -10987882 or 9852504. OLE color: 9852504.

HSL color Cylindrical-coordinate representation of color #585696: hue angle of 241.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585696 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8886150-
CMYK0.410.4300.41
HSL241.88º27.12%46.27%-
HSV(B)241.88º42.67%58.82%-
XYZ12.8610.9330.29-
YUV93.89159.66123.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=27.16%
G=26.54%
B=46.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88861500.410.4300.41241.8827.1246.27
Hex585696292B029f21b2e
Octal13012622651530513623356
Binary101100010101101001011010100110101101010011111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585696; }

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

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

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

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

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

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

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

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