#544074

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

Shades of Meteorite #544074

Tints of Meteorite #544074

Color information

#544074 (or 0x544074) is unknown color: approx Meteorite. HEX triplet: 54, 40 and 74. RGB value is (84,64,116). Sum of RGB (Red+Green+Blue) = 84+64+116=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #544074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544074 is #ABBF8B. Grayscale: #4B4B4B. Windows color (decimal): -11255692 or 7618644. OLE color: 7618644.

HSL color Cylindrical-coordinate representation of color #544074: hue angle of 263.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #544074 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8464116-
CMYK0.280.4500.55
HSL263.08º28.89%35.29%-
HSV(B)263.08º44.83%45.49%-
XYZ8.646.8117.38-
YUV75.91150.63133.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=31.82%
G=24.24%
B=43.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84641160.280.4500.55263.0828.8935.29
Hex5440741C2D0371071d23
Octal12410016434550674073543
Binary10101001000000111010011100101101011011110000011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544074; }

 p { color: rgb(84,64,116); }

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

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

 a { background-color: rgb(84,64,116); }

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

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

 span { border-color: rgb(84,64,116); }

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