#586C98

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

Shades of Waikawa Grey #586C98

Tints of Waikawa Grey #586C98

Color information

#586C98 (or 0x586C98) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6C and 98. RGB value is (88,108,152). Sum of RGB (Red+Green+Blue) = 88+108+152=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #586C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C98 is #A79367. Grayscale: #6A6A6A. Windows color (decimal): -10982248 or 9989208. OLE color: 9989208.

HSL color Cylindrical-coordinate representation of color #586C98: hue angle of 221.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586C98 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88108152-
CMYK0.420.2900.40
HSL221.25º26.67%47.06%-
HSV(B)221.25º42.11%59.61%-
XYZ15.0515.0731.82-
YUV107.04153.37114.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=25.29%
G=31.03%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881081520.420.2900.40221.2526.6747.06
Hex586C982A1D028dd1b2f
Octal13015423052350503353357
Binary10110001101100100110001010101110101010001101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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