#587599

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

Shades of Waikawa Grey #587599

Tints of Waikawa Grey #587599

Color information

#587599 (or 0x587599) is unknown color: approx Waikawa Grey. HEX triplet: 58, 75 and 99. RGB value is (88,117,153). Sum of RGB (Red+Green+Blue) = 88+117+153=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #587599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587599 is #A78A66. Grayscale: #707070. Windows color (decimal): -10979943 or 10057048. OLE color: 10057048.

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

Color convert

RGB88117153-
CMYK0.420.2400.4
HSL213.23º26.97%47.25%-
HSV(B)213.23º42.48%60%-
XYZ16.1417.132.59-
YUV112.43150.89110.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=24.58%
G=32.68%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881171530.420.2400.4213.2326.9747.25
Hex5875992A18028d51b2f
Octal13016523152300503253357
Binary10110001110101100110011010101100001010001101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587599; }

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

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

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

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

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

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

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

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