#5F5053

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

Shades of Don Juan #5F5053

Tints of Don Juan #5F5053

Color information

#5F5053 (or 0x5F5053) is unknown color: approx Don Juan. HEX triplet: 5F, 50 and 53. RGB value is (95,80,83). Sum of RGB (Red+Green+Blue) = 95+80+83=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5053 is #A0AFAC. Grayscale: #545454. Windows color (decimal): -10530733 or 5460063. OLE color: 5460063.

HSL color Cylindrical-coordinate representation of color #5F5053: hue angle of 348º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5053 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB958083-
CMYK00.160.130.63
HSL348º8.57%34.31%-
HSV(B)348º15.79%37.25%-
XYZ9.158.799.4-
YUV84.83126.97135.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=36.82%
G=31.01%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95808300.160.130.633488.5734.31
Hex5F5053010D3F15c922
Octal13712012302015775341142
Binary10111111010000101001101000011011111111010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,83); }

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

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

 a { background-color: rgb(95,80,83); }

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

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

 span { border-color: rgb(95,80,83); }

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