Html Css Color HEX #535246 Merlin

📋 copy color: '#535246'

red 83 ◦ green 82 ◦ blue 70

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

Shades of Merlin #535246

Tints of Merlin #535246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 35.32%
G = 34.89%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#535246 (or 0x535246) is known color: Merlin. HEX triplet: 53, 52 and 46. RGB value is (83,82,70). Sum of RGB (Red+Green+Blue) = 83+82+70=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #535246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535246 is #ACADB9. Grayscale: #505050. Windows color (decimal): -11316666 or 4608595. OLE color: 4608595.

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

Color convert

RGB 83 82 70 -
CMYK 0 0.01 0.16 0.67
HSL 55.38º 0.08% 0.3% -
HSV(B) 55.38º 0.16% 0.33% -
XYZ 7.69 8.32 6.99 -
YUV 80.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 83 82 70 0 0.01 0.16 0.67 55.38 0.08 0.3
Hex 53 52 46 0 1 10 43 37 8 1E
Octal 123 122 106 0 1 20 103 67 10 36
Binary 1010011 1010010 1000110 0 1 10000 1000011 110111 1000 11110

Color Harmonies of #535246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535246

Black with #535246

Text Example


Text Example

White with #535246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535246; }

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

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

background-color css

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

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

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

border-color css

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

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

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