#5A7273

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

Shades of Nevada #5A7273

Tints of Nevada #5A7273

Color information

#5A7273 (or 0x5A7273) is unknown color: approx Nevada. HEX triplet: 5A, 72 and 73. RGB value is (90,114,115). Sum of RGB (Red+Green+Blue) = 90+114+115=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7273 is #A58D8C. Grayscale: #6A6A6A. Windows color (decimal): -10849677 or 7565914. OLE color: 7565914.

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

Color convert

RGB90114115-
CMYK0.220.0100.55
HSL182.4º12.2%40.2%-
HSV(B)182.4º21.74%45.1%-
XYZ13.3315.4518.5-
YUV106.94132.55115.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=28.21%
G=35.74%
B=36.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901141150.220.0100.55182.412.240.2
Hex5A7273161037b6c28
Octal1321621632610672661450
Binary1011010111001011100111011010110111101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,115); }

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

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

 a { background-color: rgb(90,114,115); }

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

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

 span { border-color: rgb(90,114,115); }

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