Html Css Color HEX #587072 Nevada

📋 copy color: '#587072'

red 88 ◦ green 112 ◦ blue 114

#587072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #587072

Tints of Nevada #587072

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 value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#587072 (or 0x587072) is known color: 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

RGB 88 112 114 -
CMYK 0.23 0.02 0 0.55
HSL 184.62º 0.13% 0.4% -
HSV(B) 184.62º 0.23% 0.45% -
XYZ 12.86 14.88 18.11 -
YUV 105.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 88 112 114 0.23 0.02 0 0.55 184.62 0.13 0.4
Hex 58 70 72 17 2 0 37 B9 D 28
Octal 130 160 162 27 2 0 67 271 15 50
Binary 1011000 1110000 1110010 10111 10 0 110111 10111001 1101 101000

Color Harmonies of #587072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587072

Black with #587072

Text Example


Text Example

White with #587072

Text Example


Text Example

HTML Codes & Css Web 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>