Html Css Color HEX #555440 Merlin

📋 copy color: '#555440'

red 85 ◦ green 84 ◦ blue 64

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

Shades of Merlin #555440

Tints of Merlin #555440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 36.48%
G = 36.05%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#555440 (or 0x555440) is known color: Merlin. HEX triplet: 55, 54 and 40. RGB value is (85,84,64). Sum of RGB (Red+Green+Blue) = 85+84+64=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555440 is #AAABBF. Grayscale: #525252. Windows color (decimal): -11185088 or 4215893. OLE color: 4215893.

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

Color convert

RGB 85 84 64 -
CMYK 0 0.01 0.25 0.67
HSL 57.14º 0.14% 0.29% -
HSV(B) 57.14º 0.25% 0.33% -
XYZ 7.84 8.64 6.11 -
YUV 82.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 85 84 64 0 0.01 0.25 0.67 57.14 0.14 0.29
Hex 55 54 40 0 1 19 43 39 E 1D
Octal 125 124 100 0 1 31 103 71 16 35
Binary 1010101 1010100 1000000 0 1 11001 1000011 111001 1110 11101

Color Harmonies of #555440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555440

Black with #555440

Text Example


Text Example

White with #555440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555440; }

 p { color: rgb(85,84,64); }

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

background-color css

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

 a { background-color: rgb(85,84,64); }

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

border-color css

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

 span { border-color: rgb(85,84,64); }

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