Html Css Color HEX #5E6F6E Nevada

📋 copy color: '#5E6F6E'

red 94 ◦ green 111 ◦ blue 110

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

Shades of Nevada #5E6F6E

Tints of Nevada #5E6F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 29.84%
G = 35.24%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#5E6F6E (or 0x5E6F6E) is known color: Nevada. HEX triplet: 5E, 6F and 6E. RGB value is (94,111,110). Sum of RGB (Red+Green+Blue) = 94+111+110=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F6E is #A19091. Grayscale: #696969. Windows color (decimal): -10588306 or 7237470. OLE color: 7237470.

HSL color Cylindrical-coordinate representation of color #5E6F6E: hue angle of 176.47º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E6F6E is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 111 110 -
CMYK 0.15 0 0.01 0.56
HSL 176.47º 0.08% 0.4% -
HSV(B) 176.47º 0.15% 0.44% -
XYZ 13.12 14.87 16.93 -
YUV 105.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 94 111 110 0.15 0 0.01 0.56 176.47 0.08 0.4
Hex 5E 6F 6E F 0 1 38 B0 8 28
Octal 136 157 156 17 0 1 70 260 10 50
Binary 1011110 1101111 1101110 1111 0 1 111000 10110000 1000 101000

Color Harmonies of #5E6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F6E

Black with #5E6F6E

Text Example


Text Example

White with #5E6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,110); }

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

background-color css

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

 a { background-color: rgb(94,111,110); }

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

border-color css

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

 span { border-color: rgb(94,111,110); }

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