Html Css Color HEX #52494B Emperor

📋 copy color: '#52494B'

red 82 ◦ green 73 ◦ blue 75

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

Shades of Emperor #52494B

Tints of Emperor #52494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.74%

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 35.65%
G = 31.74%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52494B (or 0x52494B) is known color: Emperor. HEX triplet: 52, 49 and 4B. RGB value is (82,73,75). Sum of RGB (Red+Green+Blue) = 82+73+75=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #52494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52494B is #ADB6B4. Grayscale: #4B4B4B. Windows color (decimal): -11384501 or 4933970. OLE color: 4933970.

HSL color Cylindrical-coordinate representation of color #52494B: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52494B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 75 -
CMYK 0 0.11 0.09 0.68
HSL 346.67º 0.06% 0.3% -
HSV(B) 346.67º 0.11% 0.32% -
XYZ 7.13 7.07 7.64 -
YUV 75.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 82 73 75 0 0.11 0.09 0.68 346.67 0.06 0.3
Hex 52 49 4B 0 B 9 44 15B 6 1E
Octal 122 111 113 0 13 11 104 533 6 36
Binary 1010010 1001001 1001011 0 1011 1001 1000100 101011011 110 11110

Color Harmonies of #52494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52494B

Black with #52494B

Text Example


Text Example

White with #52494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52494B; }

 p { color: rgb(82,73,75); }

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

background-color css

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

 a { background-color: rgb(82,73,75); }

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

border-color css

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

 span { border-color: rgb(82,73,75); }

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