#5B5255

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

Shades of Don Juan #5B5255

Tints of Don Juan #5B5255

Color information

#5B5255 (or 0x5B5255) is unknown color: approx Don Juan. HEX triplet: 5B, 52 and 55. RGB value is (91,82,85). Sum of RGB (Red+Green+Blue) = 91+82+85=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5255 is #A4ADAA. Grayscale: #555555. Windows color (decimal): -10792363 or 5591643. OLE color: 5591643.

HSL color Cylindrical-coordinate representation of color #5B5255: hue angle of 340º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5255 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB918285-
CMYK00.100.070.64
HSL340º5.2%33.92%-
HSV(B)340º9.89%35.69%-
XYZ8.978.919.84-
YUV85.03127.98132.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=35.27%
G=31.78%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91828500.100.070.643405.233.92
Hex5B52550A740154522
Octal1331221250127100524542
Binary101101110100101010101010101111000000101010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,85); }

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

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

 a { background-color: rgb(91,82,85); }

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

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

 span { border-color: rgb(91,82,85); }

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