Html Css Color HEX #535044 Merlin

📋 copy color: '#535044'

red 83 ◦ green 80 ◦ blue 68

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

Shades of Merlin #535044

Tints of Merlin #535044

RGB

 RED value IS 83 (32.81% from 255) = 35.93%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 35.93%
G = 34.63%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#535044 (or 0x535044) is known color: Merlin. HEX triplet: 53, 50 and 44. RGB value is (83,80,68). Sum of RGB (Red+Green+Blue) = 83+80+68=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #535044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535044 is #ACAFBB. Grayscale: #4F4F4F. Windows color (decimal): -11317180 or 4477011. OLE color: 4477011.

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

Color convert

RGB 83 80 68 -
CMYK 0 0.04 0.18 0.67
HSL 48º 0.1% 0.3% -
HSV(B) 48º 0.18% 0.33% -
XYZ 7.48 7.99 6.62 -
YUV 79.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 83 80 68 0 0.04 0.18 0.67 48 0.1 0.3
Hex 53 50 44 0 4 12 43 30 A 1E
Octal 123 120 104 0 4 22 103 60 12 36
Binary 1010011 1010000 1000100 0 100 10010 1000011 110000 1010 11110

Color Harmonies of #535044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535044

Black with #535044

Text Example


Text Example

White with #535044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535044; }

 p { color: rgb(83,80,68); }

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

background-color css

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

 a { background-color: rgb(83,80,68); }

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

border-color css

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

 span { border-color: rgb(83,80,68); }

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