#586087

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

Shades of Waikawa Grey #586087

Tints of Waikawa Grey #586087

Color information

#586087 (or 0x586087) is unknown color: approx Waikawa Grey. HEX triplet: 58, 60 and 87. RGB value is (88,96,135). Sum of RGB (Red+Green+Blue) = 88+96+135=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #586087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586087 is #A79F78. Grayscale: #616161. Windows color (decimal): -10985337 or 8872024. OLE color: 8872024.

HSL color Cylindrical-coordinate representation of color #586087: hue angle of 229.79º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586087 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8896135-
CMYK0.350.2900.47
HSL229.79º21.08%43.73%-
HSV(B)229.79º34.81%52.94%-
XYZ12.5812.1924.61-
YUV98.05148.85120.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=27.59%
G=30.09%
B=42.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88961350.350.2900.47229.7921.0843.73
Hex586087231D02Fe6152c
Octal13014020743350573462554
Binary10110001100000100001111000111110101011111110011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586087; }

 p { color: rgb(88,96,135); }

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

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

 a { background-color: rgb(88,96,135); }

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

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

 span { border-color: rgb(88,96,135); }

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