Html Css Color HEX #5F7375 Nevada

📋 copy color: '#5F7375'

red 95 ◦ green 115 ◦ blue 117

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

Shades of Nevada #5F7375

Tints of Nevada #5F7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 29.05%
G = 35.17%
B = 35.78%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F7375 (or 0x5F7375) is known color: Nevada. HEX triplet: 5F, 73 and 75. RGB value is (95,115,117). Sum of RGB (Red+Green+Blue) = 95+115+117=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7375 is #A08C8A. Grayscale: #6D6D6D. Windows color (decimal): -10521739 or 7697247. OLE color: 7697247.

HSL color Cylindrical-coordinate representation of color #5F7375: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7375 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 115 117 -
CMYK 0.19 0.02 0 0.54
HSL 185.45º 0.1% 0.42% -
HSV(B) 185.45º 0.19% 0.46% -
XYZ 14.06 15.98 19.17 -
YUV 109.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 95 115 117 0.19 0.02 0 0.54 185.45 0.1 0.42
Hex 5F 73 75 13 2 0 36 B9 A 2A
Octal 137 163 165 23 2 0 66 271 12 52
Binary 1011111 1110011 1110101 10011 10 0 110110 10111001 1010 101010

Color Harmonies of #5F7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7375

Black with #5F7375

Text Example


Text Example

White with #5F7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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