#544572

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

Shades of Meteorite #544572

Tints of Meteorite #544572

Color information

#544572 (or 0x544572) is unknown color: approx Meteorite. HEX triplet: 54, 45 and 72. RGB value is (84,69,114). Sum of RGB (Red+Green+Blue) = 84+69+114=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #544572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544572 is #ABBA8D. Grayscale: #4E4E4E. Windows color (decimal): -11254414 or 7488852. OLE color: 7488852.

HSL color Cylindrical-coordinate representation of color #544572: hue angle of 260º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544572 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8469114-
CMYK0.260.3900.55
HSL260º24.59%35.88%-
HSV(B)260º39.47%44.71%-
XYZ8.827.3616.87-
YUV78.61147.97131.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=31.46%
G=25.84%
B=42.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84691140.260.3900.5526024.5935.88
Hex5445721A270371041924
Octal12410516232470674043144
Binary10101001000101111001011010100111011011110000010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544572; }

 p { color: rgb(84,69,114); }

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

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

 a { background-color: rgb(84,69,114); }

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

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

 span { border-color: rgb(84,69,114); }

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