Html Css Color HEX #54426A Meteorite

📋 copy color: '#54426A'

red 84 ◦ green 66 ◦ blue 106

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

Shades of Meteorite #54426A

Tints of Meteorite #54426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 32.81%
G = 25.78%
B = 41.41%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54426A (or 0x54426A) is known color: Meteorite. HEX triplet: 54, 42 and 6A. RGB value is (84,66,106). Sum of RGB (Red+Green+Blue) = 84+66+106=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #54426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54426A is #ABBD95. Grayscale: #4B4B4B. Windows color (decimal): -11255190 or 6963796. OLE color: 6963796.

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

Color convert

RGB 84 66 106 -
CMYK 0.21 0.38 0 0.58
HSL 267º 0.23% 0.34% -
HSV(B) 267º 0.38% 0.42% -
XYZ 8.21 6.82 14.52 -
YUV 75.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 84 66 106 0.21 0.38 0 0.58 267 0.23 0.34
Hex 54 42 6A 15 26 0 3A 10B 17 22
Octal 124 102 152 25 46 0 72 413 27 42
Binary 1010100 1000010 1101010 10101 100110 0 111010 100001011 10111 100010

Color Harmonies of #54426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54426A

Black with #54426A

Text Example


Text Example

White with #54426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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