#586492

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

Shades of Waikawa Grey #586492

Tints of Waikawa Grey #586492

Color information

#586492 (or 0x586492) is unknown color: approx Waikawa Grey. HEX triplet: 58, 64 and 92. RGB value is (88,100,146). Sum of RGB (Red+Green+Blue) = 88+100+146=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #586492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586492 is #A79B6D. Grayscale: #656565. Windows color (decimal): -10984302 or 9593944. OLE color: 9593944.

HSL color Cylindrical-coordinate representation of color #586492: hue angle of 227.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586492 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88100146-
CMYK0.400.3200.43
HSL227.59º24.79%45.88%-
HSV(B)227.59º39.73%57.25%-
XYZ13.7713.2629.03-
YUV101.66153.02118.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=26.35%
G=29.94%
B=43.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881001460.400.3200.43227.5924.7945.88
Hex586492282002Be4192e
Octal13014422250400533443156
Binary101100011001001001001010100010000001010111110010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586492; }

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

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

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

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

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

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

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

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