#587396

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

Shades of Waikawa Grey #587396

Tints of Waikawa Grey #587396

Color information

#587396 (or 0x587396) is unknown color: approx Waikawa Grey. HEX triplet: 58, 73 and 96. RGB value is (88,115,150). Sum of RGB (Red+Green+Blue) = 88+115+150=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #587396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587396 is #A78C69. Grayscale: #6E6E6E. Windows color (decimal): -10980458 or 9859928. OLE color: 9859928.

HSL color Cylindrical-coordinate representation of color #587396: hue angle of 213.87º 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 #587396 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88115150-
CMYK0.410.2300.41
HSL213.87º26.05%46.67%-
HSV(B)213.87º41.33%58.82%-
XYZ15.6616.5431.22-
YUV110.92150.05111.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=24.93%
G=32.58%
B=42.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881151500.410.2300.41213.8726.0546.67
Hex5873962917029d61a2f
Octal13016322651270513263257
Binary10110001110011100101101010011011101010011101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587396; }

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

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

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

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

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

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

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

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