#586491

Color #586491 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #586491

Tints of Waikawa Grey #586491

Color information

#586491 (or 0x586491) is unknown color: approx Waikawa Grey. HEX triplet: 58, 64 and 91. RGB value is (88,100,145). Sum of RGB (Red+Green+Blue) = 88+100+145=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #586491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586491 is #A79B6E. Grayscale: #656565. Windows color (decimal): -10984303 or 9528408. OLE color: 9528408.

HSL color Cylindrical-coordinate representation of color #586491: hue angle of 227.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586491 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88100145-
CMYK0.390.3100.43
HSL227.37º24.46%45.69%-
HSV(B)227.37º39.31%56.86%-
XYZ13.6913.2328.62-
YUV101.54152.52118.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=26.43%
G=30.03%
B=43.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881001450.390.3100.43227.3724.4645.69
Hex586491271F02Be3182e
Octal13014422147370533433056
Binary10110001100100100100011001111111101010111110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586491; }

 p { color: rgb(88,100,145); }

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

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

 a { background-color: rgb(88,100,145); }

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

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

 span { border-color: rgb(88,100,145); }

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