#585695

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

Shades of Governor Bay #585695

Tints of Governor Bay #585695

Color information

#585695 (or 0x585695) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 95. RGB value is (88,86,149). Sum of RGB (Red+Green+Blue) = 88+86+149=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #585695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585695 is #A7A96A. Grayscale: #5D5D5D. Windows color (decimal): -10987883 or 9786968. OLE color: 9786968.

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

Color convert

RGB8886149-
CMYK0.410.4200.42
HSL241.9º26.81%46.08%-
HSV(B)241.9º42.28%58.43%-
XYZ12.7810.929.86-
YUV93.78159.16123.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=27.24%
G=26.63%
B=46.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88861490.410.4200.42241.926.8146.08
Hex585695292A02Af21b2e
Octal13012622551520523623356
Binary101100010101101001010110100110101001010101111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585695; }

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

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

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

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

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

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

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

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