#5F5658

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

Shades of Don Juan #5F5658

Tints of Don Juan #5F5658

Color information

#5F5658 (or 0x5F5658) is unknown color: approx Don Juan. HEX triplet: 5F, 56 and 58. RGB value is (95,86,88). Sum of RGB (Red+Green+Blue) = 95+86+88=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5658 is #A0A9A7. Grayscale: #585858. Windows color (decimal): -10529192 or 5789279. OLE color: 5789279.

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

Color convert

RGB958688-
CMYK00.090.070.63
HSL346.67º4.97%35.49%-
HSV(B)346.67º9.47%37.25%-
XYZ9.819.7910.61-
YUV88.92127.48132.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=35.32%
G=31.97%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95868800.090.070.63346.674.9735.49
Hex5F56580973F15b523
Octal137126130011777533543
Binary10111111010110101100001001111111111101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,88); }

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

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

 a { background-color: rgb(95,86,88); }

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

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

 span { border-color: rgb(95,86,88); }

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