#5A7476

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

Shades of Nevada #5A7476

Tints of Nevada #5A7476

Color information

#5A7476 (or 0x5A7476) is unknown color: approx Nevada. HEX triplet: 5A, 74 and 76. RGB value is (90,116,118). Sum of RGB (Red+Green+Blue) = 90+116+118=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7476 is #A58B89. Grayscale: #6C6C6C. Windows color (decimal): -10849162 or 7763034. OLE color: 7763034.

HSL color Cylindrical-coordinate representation of color #5A7476: hue angle of 184.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7476 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB90116118-
CMYK0.240.0200.54
HSL184.29º13.46%40.78%-
HSV(B)184.29º23.73%46.27%-
XYZ13.7315.9719.5-
YUV108.45133.39114.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=27.78%
G=35.80%
B=36.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901161180.240.0200.54184.2913.4640.78
Hex5A7476182036b8d29
Octal1321641663020662701551
Binary10110101110100111011011000100110110101110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,118); }

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

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

 a { background-color: rgb(90,116,118); }

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

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

 span { border-color: rgb(90,116,118); }

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