Html Css Color HEX #5E7072 Nevada

📋 copy color: '#5E7072'

red 94 ◦ green 112 ◦ blue 114

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

Shades of Nevada #5E7072

Tints of Nevada #5E7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 29.38%
G = 35%
B = 35.63%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E7072 (or 0x5E7072) is known color: Nevada. HEX triplet: 5E, 70 and 72. RGB value is (94,112,114). Sum of RGB (Red+Green+Blue) = 94+112+114=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7072 is #A18F8D. Grayscale: #6A6A6A. Windows color (decimal): -10588046 or 7499870. OLE color: 7499870.

HSL color Cylindrical-coordinate representation of color #5E7072: hue angle of 186º 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 #5E7072 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 112 114 -
CMYK 0.18 0.02 0 0.55
HSL 186º 0.1% 0.41% -
HSV(B) 186º 0.18% 0.45% -
XYZ 13.45 15.18 18.14 -
YUV 106.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 94 112 114 0.18 0.02 0 0.55 186 0.1 0.41
Hex 5E 70 72 12 2 0 37 BA A 29
Octal 136 160 162 22 2 0 67 272 12 51
Binary 1011110 1110000 1110010 10010 10 0 110111 10111010 1010 101001

Color Harmonies of #5E7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7072

Black with #5E7072

Text Example


Text Example

White with #5E7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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