Html Css Color HEX #534447 Emperor

📋 copy color: '#534447'

red 83 ◦ green 68 ◦ blue 71

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

Shades of Emperor #534447

Tints of Emperor #534447

RGB

 RED value IS 83 (32.81% from 255) = 37.39%

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

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

R = 37.39%
G = 30.63%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#534447 (or 0x534447) is known color: Emperor. HEX triplet: 53, 44 and 47. RGB value is (83,68,71). Sum of RGB (Red+Green+Blue) = 83+68+71=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534447 is #ACBBB8. Grayscale: #484848. Windows color (decimal): -11320249 or 4670547. OLE color: 4670547.

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

Color convert

RGB 83 68 71 -
CMYK 0 0.18 0.14 0.67
HSL 348º 0.1% 0.3% -
HSV(B) 348º 0.18% 0.33% -
XYZ 6.77 6.43 6.85 -
YUV 72.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 83 68 71 0 0.18 0.14 0.67 348 0.1 0.3
Hex 53 44 47 0 12 E 43 15C A 1E
Octal 123 104 107 0 22 16 103 534 12 36
Binary 1010011 1000100 1000111 0 10010 1110 1000011 101011100 1010 11110

Color Harmonies of #534447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534447

Black with #534447

Text Example


Text Example

White with #534447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534447; }

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

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

background-color css

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

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

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

border-color css

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

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

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