Html Css Color HEX #553F42 Emperor

📋 copy color: '#553F42'

red 85 ◦ green 63 ◦ blue 66

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

Shades of Emperor #553F42

Tints of Emperor #553F42

RGB

 RED value IS 85 (33.59% from 255) = 39.72%

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 39.72%
G = 29.44%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553F42 (or 0x553F42) is known color: Emperor. HEX triplet: 55, 3F and 42. RGB value is (85,63,66). Sum of RGB (Red+Green+Blue) = 85+63+66=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F42 is #AAC0BD. Grayscale: #454545. Windows color (decimal): -11190462 or 4341589. OLE color: 4341589.

HSL color Cylindrical-coordinate representation of color #553F42: hue angle of 351.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F42 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 66 -
CMYK 0 0.26 0.22 0.67
HSL 351.82º 0.15% 0.29% -
HSV(B) 351.82º 0.26% 0.33% -
XYZ 6.51 5.88 5.95 -
YUV 69.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 85 63 66 0 0.26 0.22 0.67 351.82 0.15 0.29
Hex 55 3F 42 0 1A 16 43 160 F 1D
Octal 125 77 102 0 32 26 103 540 17 35
Binary 1010101 111111 1000010 0 11010 10110 1000011 101100000 1111 11101

Color Harmonies of #553F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F42

Black with #553F42

Text Example


Text Example

White with #553F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F42; }

 p { color: rgb(85,63,66); }

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

background-color css

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

 a { background-color: rgb(85,63,66); }

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

border-color css

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

 span { border-color: rgb(85,63,66); }

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