#5A7072

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

Shades of Nevada #5A7072

Tints of Nevada #5A7072

Color information

#5A7072 (or 0x5A7072) is unknown color: approx Nevada. HEX triplet: 5A, 70 and 72. RGB value is (90,112,114). Sum of RGB (Red+Green+Blue) = 90+112+114=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7072 is #A58F8D. Grayscale: #696969. Windows color (decimal): -10850190 or 7499866. OLE color: 7499866.

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

Color convert

RGB90112114-
CMYK0.210.0200.55
HSL185º11.76%40%-
HSV(B)185º21.05%44.71%-
XYZ13.0514.9818.12-
YUV105.65132.71116.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=28.48%
G=35.44%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901121140.210.0200.5518511.7640
Hex5A7072152037b9c28
Octal1321601622520672711450
Binary10110101110000111001010101100110111101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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