Html Css Color HEX #54496C Meteorite

📋 copy color: '#54496C'

red 84 ◦ green 73 ◦ blue 108

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

Shades of Meteorite #54496C

Tints of Meteorite #54496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 31.7%
G = 27.55%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54496C (or 0x54496C) is known color: Meteorite. HEX triplet: 54, 49 and 6C. RGB value is (84,73,108). Sum of RGB (Red+Green+Blue) = 84+73+108=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #54496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54496C is #ABB693. Grayscale: #505050. Windows color (decimal): -11253396 or 7096660. OLE color: 7096660.

HSL color Cylindrical-coordinate representation of color #54496C: hue angle of 258.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54496C is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 73 108 -
CMYK 0.22 0.32 0 0.58
HSL 258.86º 0.19% 0.35% -
HSV(B) 258.86º 0.32% 0.42% -
XYZ 8.75 7.73 15.22 -
YUV 80.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 84 73 108 0.22 0.32 0 0.58 258.86 0.19 0.35
Hex 54 49 6C 16 20 0 3A 103 13 23
Octal 124 111 154 26 40 0 72 403 23 43
Binary 1010100 1001001 1101100 10110 100000 0 111010 100000011 10011 100011

Color Harmonies of #54496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54496C

Black with #54496C

Text Example


Text Example

White with #54496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54496C; }

 p { color: rgb(84,73,108); }

 H1.HeaderClassName
 {
   color: #54496C;
 }
 .AnyTagClassName
 {
   color: #54496C;
 }
</style>

background-color css

<style>
 a { background-color: #54496C; }

 a { background-color: rgb(84,73,108); }

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

border-color css

<style>
 span { border-color: #54496C; }

 span { border-color: rgb(84,73,108); }

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