#587096

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

Shades of Waikawa Grey #587096

Tints of Waikawa Grey #587096

Color information

#587096 (or 0x587096) is unknown color: approx Waikawa Grey. HEX triplet: 58, 70 and 96. RGB value is (88,112,150). Sum of RGB (Red+Green+Blue) = 88+112+150=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #587096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587096 is #A78F69. Grayscale: #6C6C6C. Windows color (decimal): -10981226 or 9859160. OLE color: 9859160.

HSL color Cylindrical-coordinate representation of color #587096: hue angle of 216.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587096 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88112150-
CMYK0.410.2500.41
HSL216.77º26.05%46.67%-
HSV(B)216.77º41.33%58.82%-
XYZ15.3215.8731.11-
YUV109.16151.05112.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=25.14%
G=32%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881121500.410.2500.41216.7726.0546.67
Hex5870962919029d91a2f
Octal13016022651310513313257
Binary10110001110000100101101010011100101010011101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587096; }

 p { color: rgb(88,112,150); }

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

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

 a { background-color: rgb(88,112,150); }

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

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

 span { border-color: rgb(88,112,150); }

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