#586893

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

Shades of Waikawa Grey #586893

Tints of Waikawa Grey #586893

Color information

#586893 (or 0x586893) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 93. RGB value is (88,104,147). Sum of RGB (Red+Green+Blue) = 88+104+147=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #586893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586893 is #A7976C. Grayscale: #676767. Windows color (decimal): -10983277 or 9660504. OLE color: 9660504.

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

Color convert

RGB88104147-
CMYK0.400.2900.42
HSL223.73º25.11%46.08%-
HSV(B)223.73º40.14%57.65%-
XYZ14.2414.0829.57-
YUV104.12152.2116.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=25.96%
G=30.68%
B=43.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881041470.400.2900.42223.7325.1146.08
Hex586893281D02Ae0192e
Octal13015022350350523403156
Binary10110001101000100100111010001110101010101110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586893; }

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

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

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

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

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

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

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

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