#586A8E

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

Shades of Waikawa Grey #586A8E

Tints of Waikawa Grey #586A8E

Color information

#586A8E (or 0x586A8E) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6A and 8E. RGB value is (88,106,142). Sum of RGB (Red+Green+Blue) = 88+106+142=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #586A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A8E is #A79571. Grayscale: #686868. Windows color (decimal): -10982770 or 9333336. OLE color: 9333336.

HSL color Cylindrical-coordinate representation of color #586A8E: hue angle of 220º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586A8E is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88106142-
CMYK0.380.2500.44
HSL220º23.48%45.1%-
HSV(B)220º38.03%55.69%-
XYZ14.0614.3427.62-
YUV104.72149.04116.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=26.19%
G=31.55%
B=42.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881061420.380.2500.4422023.4845.1
Hex586A8E261902Cdc172d
Octal13015221646310543342755
Binary10110001101010100011101001101100101011001101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,106,142); }

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

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

 a { background-color: rgb(88,106,142); }

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

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

 span { border-color: rgb(88,106,142); }

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