Html Css Color HEX #54476E Meteorite

📋 copy color: '#54476E'

red 84 ◦ green 71 ◦ blue 110

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

Shades of Meteorite #54476E

Tints of Meteorite #54476E

RGB

 RED value IS 84 (33.2% from 255) = 31.7%

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 31.7%
G = 26.79%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54476E (or 0x54476E) is known color: Meteorite. HEX triplet: 54, 47 and 6E. RGB value is (84,71,110). Sum of RGB (Red+Green+Blue) = 84+71+110=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #54476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476E is #ABB891. Grayscale: #4F4F4F. Windows color (decimal): -11253906 or 7227220. OLE color: 7227220.

HSL color Cylindrical-coordinate representation of color #54476E: hue angle of 260º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54476E is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 71 110 -
CMYK 0.24 0.35 0 0.57
HSL 260º 0.22% 0.35% -
HSV(B) 260º 0.35% 0.43% -
XYZ 8.72 7.52 15.74 -
YUV 79.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 84 71 110 0.24 0.35 0 0.57 260 0.22 0.35
Hex 54 47 6E 18 23 0 39 104 16 23
Octal 124 107 156 30 43 0 71 404 26 43
Binary 1010100 1000111 1101110 11000 100011 0 111001 100000100 10110 100011

Color Harmonies of #54476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54476E

Black with #54476E

Text Example


Text Example

White with #54476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54476E; }

 p { color: rgb(84,71,110); }

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

background-color css

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

 a { background-color: rgb(84,71,110); }

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

border-color css

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

 span { border-color: rgb(84,71,110); }

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