#586899

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

Shades of Waikawa Grey #586899

Tints of Waikawa Grey #586899

Color information

#586899 (or 0x586899) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 99. RGB value is (88,104,153). Sum of RGB (Red+Green+Blue) = 88+104+153=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #586899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586899 is #A79766. Grayscale: #686868. Windows color (decimal): -10983271 or 10053720. OLE color: 10053720.

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

Color convert

RGB88104153-
CMYK0.420.3200.4
HSL225.23º26.97%47.25%-
HSV(B)225.23º42.48%60%-
XYZ14.7214.2832.12-
YUV104.8155.2116.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=25.51%
G=30.14%
B=44.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881041530.420.3200.4225.2326.9747.25
Hex5868992A20028e11b2f
Octal13015023152400503413357
Binary101100011010001001100110101010000001010001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586899; }

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

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

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

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

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

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

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

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