Html Css Color HEX #52484B Emperor

📋 copy color: '#52484B'

red 82 ◦ green 72 ◦ blue 75

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

Shades of Emperor #52484B

Tints of Emperor #52484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 35.81%
G = 31.44%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52484B (or 0x52484B) is known color: Emperor. HEX triplet: 52, 48 and 4B. RGB value is (82,72,75). Sum of RGB (Red+Green+Blue) = 82+72+75=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52484B is #ADB7B4. Grayscale: #4B4B4B. Windows color (decimal): -11384757 or 4933714. OLE color: 4933714.

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

Color convert

RGB 82 72 75 -
CMYK 0 0.12 0.09 0.68
HSL 342º 0.06% 0.3% -
HSV(B) 342º 0.12% 0.32% -
XYZ 7.07 6.94 7.62 -
YUV 75.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 82 72 75 0 0.12 0.09 0.68 342 0.06 0.3
Hex 52 48 4B 0 C 9 44 156 6 1E
Octal 122 110 113 0 14 11 104 526 6 36
Binary 1010010 1001000 1001011 0 1100 1001 1000100 101010110 110 11110

Color Harmonies of #52484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52484B

Black with #52484B

Text Example


Text Example

White with #52484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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