Html Css Color HEX #54476F Meteorite

📋 copy color: '#54476F'

red 84 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #54476F

Tints of Meteorite #54476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 31.58%
G = 26.69%
B = 41.73%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54476F (or 0x54476F) is known color: Meteorite. HEX triplet: 54, 47 and 6F. RGB value is (84,71,111). Sum of RGB (Red+Green+Blue) = 84+71+111=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #54476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476F is #ABB890. Grayscale: #4F4F4F. Windows color (decimal): -11253905 or 7292756. OLE color: 7292756.

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

Color convert

RGB 84 71 111 -
CMYK 0.24 0.36 0 0.56
HSL 259.5º 0.22% 0.36% -
HSV(B) 259.5º 0.36% 0.44% -
XYZ 8.78 7.54 16.03 -
YUV 79.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 84 71 111 0.24 0.36 0 0.56 259.5 0.22 0.36
Hex 54 47 6F 18 24 0 38 104 16 24
Octal 124 107 157 30 44 0 70 404 26 44
Binary 1010100 1000111 1101111 11000 100100 0 111000 100000100 10110 100100

Color Harmonies of #54476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54476F

Black with #54476F

Text Example


Text Example

White with #54476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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