Html Css Color HEX #5F7473 Nevada

📋 copy color: '#5F7473'

red 95 ◦ green 116 ◦ blue 115

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

Shades of Nevada #5F7473

Tints of Nevada #5F7473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 29.14%
G = 35.58%
B = 35.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#5F7473 (or 0x5F7473) is known color: Nevada. HEX triplet: 5F, 74 and 73. RGB value is (95,116,115). Sum of RGB (Red+Green+Blue) = 95+116+115=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7473 is #A08B8C. Grayscale: #6D6D6D. Windows color (decimal): -10521485 or 7566431. OLE color: 7566431.

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

Color convert

RGB 95 116 115 -
CMYK 0.18 0 0.01 0.55
HSL 177.14º 0.1% 0.41% -
HSV(B) 177.14º 0.18% 0.45% -
XYZ 14.06 16.16 18.6 -
YUV 109.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 95 116 115 0.18 0 0.01 0.55 177.14 0.1 0.41
Hex 5F 74 73 12 0 1 37 B1 A 29
Octal 137 164 163 22 0 1 67 261 12 51
Binary 1011111 1110100 1110011 10010 0 1 110111 10110001 1010 101001

Color Harmonies of #5F7473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7473

Black with #5F7473

Text Example


Text Example

White with #5F7473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,115); }

 H1.HeaderClassName
 {
   color: #5F7473;
 }
 .AnyTagClassName
 {
   color: #5F7473;
 }
</style>

background-color css

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

 a { background-color: rgb(95,116,115); }

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

border-color css

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

 span { border-color: rgb(95,116,115); }

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