#586B92

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

Shades of Waikawa Grey #586B92

Tints of Waikawa Grey #586B92

Color information

#586B92 (or 0x586B92) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6B and 92. RGB value is (88,107,146). Sum of RGB (Red+Green+Blue) = 88+107+146=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #586B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B92 is #A7946D. Grayscale: #696969. Windows color (decimal): -10982510 or 9595736. OLE color: 9595736.

HSL color Cylindrical-coordinate representation of color #586B92: hue angle of 220.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586B92 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88107146-
CMYK0.400.2700.43
HSL220.34º24.79%45.88%-
HSV(B)220.34º39.73%57.25%-
XYZ14.4714.6729.26-
YUV105.76150.71115.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=25.81%
G=31.38%
B=42.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881071460.400.2700.43220.3424.7945.88
Hex586B92281B02Bdc192e
Octal13015322250330533343156
Binary10110001101011100100101010001101101010111101110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,146); }

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

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

 a { background-color: rgb(88,107,146); }

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

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

 span { border-color: rgb(88,107,146); }

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