#586891

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

Shades of Waikawa Grey #586891

Tints of Waikawa Grey #586891

Color information

#586891 (or 0x586891) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 91. RGB value is (88,104,145). Sum of RGB (Red+Green+Blue) = 88+104+145=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #586891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586891 is #A7976E. Grayscale: #676767. Windows color (decimal): -10983279 or 9529432. OLE color: 9529432.

HSL color Cylindrical-coordinate representation of color #586891: hue angle of 223.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586891 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88104145-
CMYK0.390.2800.43
HSL223.16º24.46%45.69%-
HSV(B)223.16º39.31%56.86%-
XYZ14.0914.0228.75-
YUV103.89151.2116.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=26.11%
G=30.86%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881041450.390.2800.43223.1624.4645.69
Hex586891271C02Bdf182e
Octal13015022147340533373056
Binary10110001101000100100011001111110001010111101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586891; }

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

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

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

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

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

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

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

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