Html Css Color HEX #5E7475 Nevada

📋 copy color: '#5E7475'

red 94 ◦ green 116 ◦ blue 117

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

Shades of Nevada #5E7475

Tints of Nevada #5E7475

RGB

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

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

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

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

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #5E7475: hue angle of 182.61º 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 #5E7475 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 116 117 -
CMYK 0.20 0.01 0 0.54
HSL 182.61º 0.11% 0.41% -
HSV(B) 182.61º 0.2% 0.46% -
XYZ 14.07 16.15 19.21 -
YUV 109.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 94 116 117 0.20 0.01 0 0.54 182.61 0.11 0.41
Hex 5E 74 75 14 1 0 36 B7 B 29
Octal 136 164 165 24 1 0 66 267 13 51
Binary 1011110 1110100 1110101 10100 1 0 110110 10110111 1011 101001

Color Harmonies of #5E7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7475

Black with #5E7475

Text Example


Text Example

White with #5E7475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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