Html Css Color HEX #5A7072 Nevada

📋 copy color: '#5A7072'

red 90 ◦ green 112 ◦ blue 114

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

Shades of Nevada #5A7072

Tints of Nevada #5A7072

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 value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A7072 (or 0x5A7072) is known color: 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

RGB 90 112 114 -
CMYK 0.21 0.02 0 0.55
HSL 185º 0.12% 0.4% -
HSV(B) 185º 0.21% 0.45% -
XYZ 13.05 14.98 18.12 -
YUV 105.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 90 112 114 0.21 0.02 0 0.55 185 0.12 0.4
Hex 5A 70 72 15 2 0 37 B9 C 28
Octal 132 160 162 25 2 0 67 271 14 50
Binary 1011010 1110000 1110010 10101 10 0 110111 10111001 1100 101000

Color Harmonies of #5A7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7072

Black with #5A7072

Text Example


Text Example

White with #5A7072

Text Example


Text Example

HTML Codes & Css Web 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>