#535045

Color #535045 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #535045

Tints of Merlin #535045

Color information

#535045 (or 0x535045) is unknown color: approx Merlin. HEX triplet: 53, 50 and 45. RGB value is (83,80,69). Sum of RGB (Red+Green+Blue) = 83+80+69=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #535045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535045 is #ACAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11317179 or 4542547. OLE color: 4542547.

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

Color convert

RGB838069-
CMYK00.040.170.67
HSL47.14º9.21%29.8%-
HSV(B)47.14º16.87%32.55%-
XYZ7.518.016.78-
YUV79.64121.99130.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=35.78%
G=34.48%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83806900.040.170.6747.149.2129.8
Hex5350450411432f91e
Octal1231201050421103571136
Binary1010011101000010001010100100011000011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535045; }

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

 H1.HeaderClassName
 {
   color: #535045;
 }
 .AnyTagClassName
 {
   color: #535045;
 }
</style>
background-color css

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

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

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

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

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

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