#586E98

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

Shades of Waikawa Grey #586E98

Tints of Waikawa Grey #586E98

Color information

#586E98 (or 0x586E98) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6E and 98. RGB value is (88,110,152). Sum of RGB (Red+Green+Blue) = 88+110+152=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #586E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E98 is #A79167. Grayscale: #6C6C6C. Windows color (decimal): -10981736 or 9989720. OLE color: 9989720.

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

Color convert

RGB88110152-
CMYK0.420.2800.40
HSL219.38º26.67%47.06%-
HSV(B)219.38º42.11%59.61%-
XYZ15.2715.4931.89-
YUV108.21152.71113.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 152 (59.77% from 255) = 43.43%
R=25.14%
G=31.43%
B=43.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881101520.420.2800.40219.3826.6747.06
Hex586E982A1C028db1b2f
Octal13015623052340503333357
Binary10110001101110100110001010101110001010001101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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