#586C97

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

Shades of Waikawa Grey #586C97

Tints of Waikawa Grey #586C97

Color information

#586C97 (or 0x586C97) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6C and 97. RGB value is (88,108,151). Sum of RGB (Red+Green+Blue) = 88+108+151=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #586C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C97 is #A79368. Grayscale: #6A6A6A. Windows color (decimal): -10982249 or 9923672. OLE color: 9923672.

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

Color convert

RGB88108151-
CMYK0.420.2800.41
HSL220.95º26.36%46.86%-
HSV(B)220.95º41.72%59.22%-
XYZ14.9715.0331.39-
YUV106.92152.87114.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=25.36%
G=31.12%
B=43.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881081510.420.2800.41220.9526.3646.86
Hex586C972A1C029dd1a2f
Octal13015422752340513353257
Binary10110001101100100101111010101110001010011101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586C97; }

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

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

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

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

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

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

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

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