#586C93

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

Shades of Waikawa Grey #586C93

Tints of Waikawa Grey #586C93

Color information

#586C93 (or 0x586C93) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6C and 93. RGB value is (88,108,147). Sum of RGB (Red+Green+Blue) = 88+108+147=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #586C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C93 is #A7936C. Grayscale: #6A6A6A. Windows color (decimal): -10982253 or 9661528. OLE color: 9661528.

HSL color Cylindrical-coordinate representation of color #586C93: hue angle of 219.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586C93 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88108147-
CMYK0.400.2700.42
HSL219.66º25.11%46.08%-
HSV(B)219.66º40.14%57.65%-
XYZ14.6514.9129.71-
YUV106.47150.87114.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=25.66%
G=31.49%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881081470.400.2700.42219.6625.1146.08
Hex586C93281B02Adc192e
Octal13015422350330523343156
Binary10110001101100100100111010001101101010101101110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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