Html Css Color HEX #535043 Merlin

📋 copy color: '#535043'

red 83 ◦ green 80 ◦ blue 67

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

Shades of Merlin #535043

Tints of Merlin #535043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 36.09%
G = 34.78%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#535043 (or 0x535043) is known color: Merlin. HEX triplet: 53, 50 and 43. RGB value is (83,80,67). Sum of RGB (Red+Green+Blue) = 83+80+67=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #535043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535043 is #ACAFBC. Grayscale: #4F4F4F. Windows color (decimal): -11317181 or 4411475. OLE color: 4411475.

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

Color convert

RGB 83 80 67 -
CMYK 0 0.04 0.19 0.67
HSL 48.75º 0.11% 0.29% -
HSV(B) 48.75º 0.19% 0.33% -
XYZ 7.45 7.98 6.46 -
YUV 79.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 83 80 67 0 0.04 0.19 0.67 48.75 0.11 0.29
Hex 53 50 43 0 4 13 43 31 B 1D
Octal 123 120 103 0 4 23 103 61 13 35
Binary 1010011 1010000 1000011 0 100 10011 1000011 110001 1011 11101

Color Harmonies of #535043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535043

Black with #535043

Text Example


Text Example

White with #535043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535043; }

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

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

background-color css

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

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

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

border-color css

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

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

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