#585692

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

Shades of Governor Bay #585692

Tints of Governor Bay #585692

Color information

#585692 (or 0x585692) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 92. RGB value is (88,86,146). Sum of RGB (Red+Green+Blue) = 88+86+146=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #585692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585692 is #A7A96D. Grayscale: #5D5D5D. Windows color (decimal): -10987886 or 9590360. OLE color: 9590360.

HSL color Cylindrical-coordinate representation of color #585692: hue angle of 242º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585692 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8886146-
CMYK0.400.4100.43
HSL242º25.86%45.49%-
HSV(B)242º41.1%57.25%-
XYZ12.5410.8128.62-
YUV93.44157.66124.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=27.5%
G=26.88%
B=45.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88861460.400.4100.4324225.8645.49
Hex585692282902Bf21a2d
Octal13012622250510533623255
Binary101100010101101001001010100010100101010111111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585692; }

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

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

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

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

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

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

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

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