#555253

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

Shades of Don Juan #555253

Tints of Don Juan #555253

Color information

#555253 (or 0x555253) is unknown color: approx Don Juan. HEX triplet: 55, 52 and 53. RGB value is (85,82,83). Sum of RGB (Red+Green+Blue) = 85+82+83=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 85 - color contains mainly: red. Hex color #555253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555253 is #AAADAC. Grayscale: #535353. Windows color (decimal): -11185581 or 5460565. OLE color: 5460565.

HSL color Cylindrical-coordinate representation of color #555253: hue angle of 340º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555253 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB858283-
CMYK00.040.020.67
HSL340º1.8%32.75%-
HSV(B)340º3.53%33.33%-
XYZ8.328.599.4-
YUV83.01127.99129.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=34%
G=32.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85828300.040.020.673401.832.75
Hex55525304243154221
Octal125122123042103524241
Binary101010110100101010011010010100001110101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555253; }

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

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

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

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

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

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

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

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