#586897

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

Shades of Waikawa Grey #586897

Tints of Waikawa Grey #586897

Color information

#586897 (or 0x586897) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 97. RGB value is (88,104,151). Sum of RGB (Red+Green+Blue) = 88+104+151=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #586897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586897 is #A79768. Grayscale: #686868. Windows color (decimal): -10983273 or 9922648. OLE color: 9922648.

HSL color Cylindrical-coordinate representation of color #586897: hue angle of 224.76º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586897 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88104151-
CMYK0.420.3100.41
HSL224.76º26.36%46.86%-
HSV(B)224.76º41.72%59.22%-
XYZ14.5614.2131.25-
YUV104.57154.2116.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=25.66%
G=30.32%
B=44.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881041510.420.3100.41224.7626.3646.86
Hex5868972A1F029e11a2f
Octal13015022752370513413257
Binary10110001101000100101111010101111101010011110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586897; }

 p { color: rgb(88,104,151); }

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

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

 a { background-color: rgb(88,104,151); }

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

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

 span { border-color: rgb(88,104,151); }

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