Html Css Color HEX #5E7271 Nevada

📋 copy color: '#5E7271'

red 94 ◦ green 114 ◦ blue 113

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

Shades of Nevada #5E7271

Tints of Nevada #5E7271

RGB

 RED value IS 94 (37.11% from 255) = 29.28%

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 29.28%
G = 35.51%
B = 35.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#5E7271 (or 0x5E7271) is known color: Nevada. HEX triplet: 5E, 72 and 71. RGB value is (94,114,113). Sum of RGB (Red+Green+Blue) = 94+114+113=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7271 is #A18D8E. Grayscale: #6B6B6B. Windows color (decimal): -10587535 or 7434846. OLE color: 7434846.

HSL color Cylindrical-coordinate representation of color #5E7271: hue angle of 177º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7271 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 113 -
CMYK 0.18 0 0.01 0.55
HSL 177º 0.1% 0.41% -
HSV(B) 177º 0.18% 0.45% -
XYZ 13.61 15.61 17.92 -
YUV 107.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 94 114 113 0.18 0 0.01 0.55 177 0.1 0.41
Hex 5E 72 71 12 0 1 37 B1 A 29
Octal 136 162 161 22 0 1 67 261 12 51
Binary 1011110 1110010 1110001 10010 0 1 110111 10110001 1010 101001

Color Harmonies of #5E7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7271

Black with #5E7271

Text Example


Text Example

White with #5E7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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