#587072

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

Shades of Nevada #587072

Tints of Nevada #587072

Color information

#587072 (or 0x587072) is unknown color: approx Nevada. HEX triplet: 58, 70 and 72. RGB value is (88,112,114). Sum of RGB (Red+Green+Blue) = 88+112+114=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #587072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587072 is #A78F8D. Grayscale: #696969. Windows color (decimal): -10981262 or 7499864. OLE color: 7499864.

HSL color Cylindrical-coordinate representation of color #587072: hue angle of 184.62º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #587072 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88112114-
CMYK0.230.0200.55
HSL184.62º12.87%39.61%-
HSV(B)184.62º22.81%44.71%-
XYZ12.8614.8818.11-
YUV105.05133.05115.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=28.03%
G=35.67%
B=36.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881121140.230.0200.55184.6212.8739.61
Hex587072172037b9d28
Octal1301601622720672711550
Binary10110001110000111001010111100110111101110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587072; }

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

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

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

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

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

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

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

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