#544275

Color #544275 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #544275

Tints of Meteorite #544275

Color information

#544275 (or 0x544275) is unknown color: approx Meteorite. HEX triplet: 54, 42 and 75. RGB value is (84,66,117). Sum of RGB (Red+Green+Blue) = 84+66+117=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #544275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544275 is #ABBD8A. Grayscale: #4D4D4D. Windows color (decimal): -11255179 or 7684692. OLE color: 7684692.

HSL color Cylindrical-coordinate representation of color #544275: hue angle of 261.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #544275 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8466117-
CMYK0.280.4400.54
HSL261.18º27.87%35.88%-
HSV(B)261.18º43.59%45.88%-
XYZ8.827.0717.73-
YUV77.2150.46132.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=31.46%
G=24.72%
B=43.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84661170.280.4400.54261.1827.8735.88
Hex5442751C2C0361051c24
Octal12410216534540664053444
Binary10101001000010111010111100101100011011010000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544275; }

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

 H1.HeaderClassName
 {
   color: #544275;
 }
 .AnyTagClassName
 {
   color: #544275;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #544275;
 }
 .BgClassName
 {
   background-color: #544275;
 }
</style>
border-color css

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

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

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