Html Css Color HEX #587071 Nevada

📋 copy color: '#587071'

red 88 ◦ green 112 ◦ blue 113

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

Shades of Nevada #587071

Tints of Nevada #587071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 28.12%
G = 35.78%
B = 36.1%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#587071 (or 0x587071) is known color: Nevada. HEX triplet: 58, 70 and 71. RGB value is (88,112,113). Sum of RGB (Red+Green+Blue) = 88+112+113=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #587071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587071 is #A78F8E. Grayscale: #686868. Windows color (decimal): -10981263 or 7434328. OLE color: 7434328.

HSL color Cylindrical-coordinate representation of color #587071: hue angle of 182.4º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #587071 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 113 -
CMYK 0.22 0.01 0 0.56
HSL 182.4º 0.12% 0.39% -
HSV(B) 182.4º 0.22% 0.44% -
XYZ 12.8 14.86 17.82 -
YUV 104.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 88 112 113 0.22 0.01 0 0.56 182.4 0.12 0.39
Hex 58 70 71 16 1 0 38 B6 C 27
Octal 130 160 161 26 1 0 70 266 14 47
Binary 1011000 1110000 1110001 10110 1 0 111000 10110110 1100 100111

Color Harmonies of #587071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587071

Black with #587071

Text Example


Text Example

White with #587071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587071; }

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

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

background-color css

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

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

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

border-color css

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

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

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