Html Css Color HEX #55484C Don Juan

📋 copy color: '#55484C'

red 85 ◦ green 72 ◦ blue 76

#55484C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #55484C

Tints of Don Juan #55484C

RGB

 RED value IS 85 (33.59% from 255) = 36.48%

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 36.48%
G = 30.9%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55484C (or 0x55484C) is known color: Don Juan. HEX triplet: 55, 48 and 4C. RGB value is (85,72,76). Sum of RGB (Red+Green+Blue) = 85+72+76=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #55484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55484C is #AAB7B3. Grayscale: #4C4C4C. Windows color (decimal): -11188148 or 4999253. OLE color: 4999253.

HSL color Cylindrical-coordinate representation of color #55484C: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55484C is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 76 -
CMYK 0 0.15 0.11 0.67
HSL 341.54º 0.08% 0.31% -
HSV(B) 341.54º 0.15% 0.33% -
XYZ 7.37 7.09 7.82 -
YUV 76.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 85 72 76 0 0.15 0.11 0.67 341.54 0.08 0.31
Hex 55 48 4C 0 F B 43 156 8 1F
Octal 125 110 114 0 17 13 103 526 10 37
Binary 1010101 1001000 1001100 0 1111 1011 1000011 101010110 1000 11111

Color Harmonies of #55484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55484C

Black with #55484C

Text Example


Text Example

White with #55484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55484C; }

 p { color: rgb(85,72,76); }

 H1.HeaderClassName
 {
   color: #55484C;
 }
 .AnyTagClassName
 {
   color: #55484C;
 }
</style>

background-color css

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

 a { background-color: rgb(85,72,76); }

 div.DivClassName
 {
   background-color: #55484C;
 }
 .BgClassName
 {
   background-color: #55484C;
 }
</style>

border-color css

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

 span { border-color: rgb(85,72,76); }

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