#525042

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

Shades of Merlin #525042

Tints of Merlin #525042

Color information

#525042 (or 0x525042) is unknown color: approx Merlin. HEX triplet: 52, 50 and 42. RGB value is (82,80,66). Sum of RGB (Red+Green+Blue) = 82+80+66=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #525042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525042 is #ADAFBD. Grayscale: #4F4F4F. Windows color (decimal): -11382718 or 4345938. OLE color: 4345938.

HSL color Cylindrical-coordinate representation of color #525042: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525042 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB828066-
CMYK00.020.200.68
HSL52.5º10.81%29.02%-
HSV(B)52.5º19.51%32.16%-
XYZ7.337.926.3-
YUV79120.66130.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=35.96%
G=35.09%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82806600.020.200.6852.510.8129.02
Hex52504202144434b1d
Octal1221201020224104641335
Binary101001010100001000010010101001000100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525042; }

 p { color: rgb(82,80,66); }

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

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

 a { background-color: rgb(82,80,66); }

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

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

 span { border-color: rgb(82,80,66); }

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