Html Css Color HEX #54416D Meteorite

📋 copy color: '#54416D'

red 84 ◦ green 65 ◦ blue 109

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

Shades of Meteorite #54416D

Tints of Meteorite #54416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 32.56%
G = 25.19%
B = 42.25%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54416D (or 0x54416D) is known color: Meteorite. HEX triplet: 54, 41 and 6D. RGB value is (84,65,109). Sum of RGB (Red+Green+Blue) = 84+65+109=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #54416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54416D is #ABBE92. Grayscale: #4B4B4B. Windows color (decimal): -11255443 or 7160148. OLE color: 7160148.

HSL color Cylindrical-coordinate representation of color #54416D: hue angle of 265.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54416D is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 65 109 -
CMYK 0.23 0.40 0 0.57
HSL 265.91º 0.25% 0.34% -
HSV(B) 265.91º 0.4% 0.43% -
XYZ 8.31 6.77 15.34 -
YUV 75.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 84 65 109 0.23 0.40 0 0.57 265.91 0.25 0.34
Hex 54 41 6D 17 28 0 39 10A 19 22
Octal 124 101 155 27 50 0 71 412 31 42
Binary 1010100 1000001 1101101 10111 101000 0 111001 100001010 11001 100010

Color Harmonies of #54416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54416D

Black with #54416D

Text Example


Text Example

White with #54416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54416D; }

 p { color: rgb(84,65,109); }

 H1.HeaderClassName
 {
   color: #54416D;
 }
 .AnyTagClassName
 {
   color: #54416D;
 }
</style>

background-color css

<style>
 a { background-color: #54416D; }

 a { background-color: rgb(84,65,109); }

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

border-color css

<style>
 span { border-color: #54416D; }

 span { border-color: rgb(84,65,109); }

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