#5D7272

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

Shades of Nevada #5D7272

Tints of Nevada #5D7272

Color information

#5D7272 (or 0x5D7272) is unknown color: approx Nevada. HEX triplet: 5D, 72 and 72. RGB value is (93,114,114). Sum of RGB (Red+Green+Blue) = 93+114+114=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #5D7272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7272 is #A28D8D. Grayscale: #6B6B6B. Windows color (decimal): -10653070 or 7500381. OLE color: 7500381.

HSL color Cylindrical-coordinate representation of color #5D7272: hue angle of 180º 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 #5D7272 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB93114114-
CMYK0.18000.55
HSL180º10.14%40.59%-
HSV(B)180º18.42%44.71%-
XYZ13.5715.5818.21-
YUV107.72131.54117.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=28.97%
G=35.51%
B=35.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal931141140.18000.5518010.1440.59
Hex5D7272120037b4a29
Octal1351621622200672641251
Binary1011101111001011100101001000110111101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,114); }

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

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

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

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

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

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

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