Html Css Color HEX #587172 Nevada

📋 copy color: '#587172'

red 88 ◦ green 113 ◦ blue 114

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

Shades of Nevada #587172

Tints of Nevada #587172

RGB

 RED value IS 88 (34.77% from 255) = 27.94%

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 27.94%
G = 35.87%
B = 36.19%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#587172 (or 0x587172) is known color: Nevada. HEX triplet: 58, 71 and 72. RGB value is (88,113,114). Sum of RGB (Red+Green+Blue) = 88+113+114=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #587172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587172 is #A78E8D. Grayscale: #696969. Windows color (decimal): -10981006 or 7500120. OLE color: 7500120.

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

Color convert

RGB 88 113 114 -
CMYK 0.23 0.01 0 0.55
HSL 182.31º 0.13% 0.4% -
HSV(B) 182.31º 0.23% 0.45% -
XYZ 12.97 15.1 18.15 -
YUV 105.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 88 113 114 0.23 0.01 0 0.55 182.31 0.13 0.4
Hex 58 71 72 17 1 0 37 B6 D 28
Octal 130 161 162 27 1 0 67 266 15 50
Binary 1011000 1110001 1110010 10111 1 0 110111 10110110 1101 101000

Color Harmonies of #587172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587172

Black with #587172

Text Example


Text Example

White with #587172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587172; }

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

 H1.HeaderClassName
 {
   color: #587172;
 }
 .AnyTagClassName
 {
   color: #587172;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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