#5F5558

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

Shades of Don Juan #5F5558

Tints of Don Juan #5F5558

Color information

#5F5558 (or 0x5F5558) is unknown color: approx Don Juan. HEX triplet: 5F, 55 and 58. RGB value is (95,85,88). Sum of RGB (Red+Green+Blue) = 95+85+88=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5558 is #A0AAA7. Grayscale: #585858. Windows color (decimal): -10529448 or 5789023. OLE color: 5789023.

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

Color convert

RGB958588-
CMYK00.110.070.63
HSL342º5.56%35.29%-
HSV(B)342º10.53%37.25%-
XYZ9.739.6310.58-
YUV88.33127.81132.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=35.45%
G=31.72%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95858800.110.070.633425.5635.29
Hex5F55580B73F156623
Octal137125130013777526643
Binary10111111010101101100001011111111111101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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