Html Css Color HEX #54466A Meteorite

📋 copy color: '#54466A'

red 84 ◦ green 70 ◦ blue 106

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

Shades of Meteorite #54466A

Tints of Meteorite #54466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 32.31%
G = 26.92%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54466A (or 0x54466A) is known color: Meteorite. HEX triplet: 54, 46 and 6A. RGB value is (84,70,106). Sum of RGB (Red+Green+Blue) = 84+70+106=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #54466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54466A is #ABB995. Grayscale: #4E4E4E. Windows color (decimal): -11254166 or 6964820. OLE color: 6964820.

HSL color Cylindrical-coordinate representation of color #54466A: hue angle of 263.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54466A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 70 106 -
CMYK 0.21 0.34 0 0.58
HSL 263.33º 0.2% 0.35% -
HSV(B) 263.33º 0.34% 0.42% -
XYZ 8.45 7.31 14.6 -
YUV 78.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 84 70 106 0.21 0.34 0 0.58 263.33 0.2 0.35
Hex 54 46 6A 15 22 0 3A 107 14 23
Octal 124 106 152 25 42 0 72 407 24 43
Binary 1010100 1000110 1101010 10101 100010 0 111010 100000111 10100 100011

Color Harmonies of #54466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54466A

Black with #54466A

Text Example


Text Example

White with #54466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54466A; }

 p { color: rgb(84,70,106); }

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

background-color css

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

 a { background-color: rgb(84,70,106); }

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

border-color css

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

 span { border-color: rgb(84,70,106); }

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