#586997

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

Shades of Waikawa Grey #586997

Tints of Waikawa Grey #586997

Color information

#586997 (or 0x586997) is unknown color: approx Waikawa Grey. HEX triplet: 58, 69 and 97. RGB value is (88,105,151). Sum of RGB (Red+Green+Blue) = 88+105+151=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #586997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586997 is #A79668. Grayscale: #686868. Windows color (decimal): -10983017 or 9922904. OLE color: 9922904.

HSL color Cylindrical-coordinate representation of color #586997: hue angle of 223.81º 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 #586997 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88105151-
CMYK0.420.3000.41
HSL223.81º26.36%46.86%-
HSV(B)223.81º41.72%59.22%-
XYZ14.6614.4131.29-
YUV105.16153.87115.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=25.58%
G=30.52%
B=43.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881051510.420.3000.41223.8126.3646.86
Hex5869972A1E029e01a2f
Octal13015122752360513403257
Binary10110001101001100101111010101111001010011110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586997; }

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

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

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

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

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

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

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

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