Html Css Color HEX #5E7574 Nevada

📋 copy color: '#5E7574'

red 94 ◦ green 117 ◦ blue 116

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

Shades of Nevada #5E7574

Tints of Nevada #5E7574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 28.75%
G = 35.78%
B = 35.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#5E7574 (or 0x5E7574) is known color: Nevada. HEX triplet: 5E, 75 and 74. RGB value is (94,117,116). Sum of RGB (Red+Green+Blue) = 94+117+116=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7574 is #A18A8B. Grayscale: #6D6D6D. Windows color (decimal): -10586764 or 7632222. OLE color: 7632222.

HSL color Cylindrical-coordinate representation of color #5E7574: hue angle of 177.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7574 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 116 -
CMYK 0.20 0 0.01 0.54
HSL 177.39º 0.11% 0.41% -
HSV(B) 177.39º 0.2% 0.46% -
XYZ 14.13 16.36 18.94 -
YUV 110.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 94 117 116 0.20 0 0.01 0.54 177.39 0.11 0.41
Hex 5E 75 74 14 0 1 36 B1 B 29
Octal 136 165 164 24 0 1 66 261 13 51
Binary 1011110 1110101 1110100 10100 0 1 110110 10110001 1011 101001

Color Harmonies of #5E7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7574

Black with #5E7574

Text Example


Text Example

White with #5E7574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,116); }

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

background-color css

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

 a { background-color: rgb(94,117,116); }

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

border-color css

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

 span { border-color: rgb(94,117,116); }

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