Html Css Color HEX #524447 Emperor

📋 copy color: '#524447'

red 82 ◦ green 68 ◦ blue 71

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

Shades of Emperor #524447

Tints of Emperor #524447

RGB

 RED value IS 82 (32.42% from 255) = 37.1%

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 37.1%
G = 30.77%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#524447 (or 0x524447) is known color: Emperor. HEX triplet: 52, 44 and 47. RGB value is (82,68,71). Sum of RGB (Red+Green+Blue) = 82+68+71=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524447 is #ADBBB8. Grayscale: #484848. Windows color (decimal): -11385785 or 4670546. OLE color: 4670546.

HSL color Cylindrical-coordinate representation of color #524447: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524447 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 71 -
CMYK 0 0.17 0.13 0.68
HSL 347.14º 0.09% 0.29% -
HSV(B) 347.14º 0.17% 0.32% -
XYZ 6.68 6.38 6.84 -
YUV 72.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 82 68 71 0 0.17 0.13 0.68 347.14 0.09 0.29
Hex 52 44 47 0 11 D 44 15B 9 1D
Octal 122 104 107 0 21 15 104 533 11 35
Binary 1010010 1000100 1000111 0 10001 1101 1000100 101011011 1001 11101

Color Harmonies of #524447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524447

Black with #524447

Text Example


Text Example

White with #524447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524447; }

 p { color: rgb(82,68,71); }

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

background-color css

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

 a { background-color: rgb(82,68,71); }

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

border-color css

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

 span { border-color: rgb(82,68,71); }

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