#5E7374

Color #5E7374 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #5E7374

Tints of Nevada #5E7374

Color information

#5E7374 (or 0x5E7374) is unknown color: approx Nevada. HEX triplet: 5E, 73 and 74. RGB value is (94,115,116). Sum of RGB (Red+Green+Blue) = 94+115+116=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7374 is #A18C8B. Grayscale: #6C6C6C. Windows color (decimal): -10587276 or 7631710. OLE color: 7631710.

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

Color convert

RGB94115116-
CMYK0.190.0100.55
HSL182.73º10.48%41.18%-
HSV(B)182.73º18.97%45.49%-
XYZ13.915.918.86-
YUV108.84132.04117.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=28.92%
G=35.38%
B=35.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941151160.190.0100.55182.7310.4841.18
Hex5E7374131037b7a29
Octal1361631642310672671251
Binary1011110111001111101001001110110111101101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7374;
 }
 .AnyTagClassName
 {
   color: #5E7374;
 }
</style>
background-color css

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

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

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

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

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

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