Html Css Color HEX #5F7072 Nevada

📋 copy color: '#5F7072'

red 95 ◦ green 112 ◦ blue 114

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

Shades of Nevada #5F7072

Tints of Nevada #5F7072

RGB

 RED value IS 95 (37.5% from 255) = 29.6%

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 29.6%
G = 34.89%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 95 112 114 -
CMYK 0.17 0.02 0 0.55
HSL 186.32º 0.09% 0.41% -
HSV(B) 186.32º 0.17% 0.45% -
XYZ 13.55 15.24 18.15 -
YUV 107.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 95 112 114 0.17 0.02 0 0.55 186.32 0.09 0.41
Hex 5F 70 72 11 2 0 37 BA 9 29
Octal 137 160 162 21 2 0 67 272 11 51
Binary 1011111 1110000 1110010 10001 10 0 110111 10111010 1001 101001

Color Harmonies of #5F7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7072

Black with #5F7072

Text Example


Text Example

White with #5F7072

Text Example


Text Example

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