#5F7072

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

Shades of Nevada #5F7072

Tints of Nevada #5F7072

Color information

#5F7072 (or 0x5F7072) is unknown color: approx Nevada. HEX triplet: 5F, 70 and 72. RGB value is (95,112,114). Sum of RGB (Red+Green+Blue) = 95+112+114=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7072 is #A08F8D. Grayscale: #6B6B6B. Windows color (decimal): -10522510 or 7499871. OLE color: 7499871.

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

Color convert

RGB95112114-
CMYK0.170.0200.55
HSL186.32º9.09%40.98%-
HSV(B)186.32º16.67%44.71%-
XYZ13.5515.2418.15-
YUV107.14131.87119.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=29.60%
G=34.89%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal951121140.170.0200.55186.329.0940.98
Hex5F7072112037ba929
Octal1371601622120672721151
Binary10111111110000111001010001100110111101110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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