#544B6E

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

Shades of Meteorite #544B6E

Tints of Meteorite #544B6E

Color information

#544B6E (or 0x544B6E) is unknown color: approx Meteorite. HEX triplet: 54, 4B and 6E. RGB value is (84,75,110). Sum of RGB (Red+Green+Blue) = 84+75+110=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #544B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B6E is #ABB491. Grayscale: #515151. Windows color (decimal): -11252882 or 7228244. OLE color: 7228244.

HSL color Cylindrical-coordinate representation of color #544B6E: hue angle of 255.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #544B6E is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8475110-
CMYK0.240.3200.57
HSL255.43º18.92%36.27%-
HSV(B)255.43º31.82%43.14%-
XYZ8.998.0415.83-
YUV81.68143.98129.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=31.23%
G=27.88%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84751100.240.3200.57255.4318.9236.27
Hex544B6E1820039ff1324
Octal12411315630400713772344
Binary1010100100101111011101100010000001110011111111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B6E; }

 p { color: rgb(84,75,110); }

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

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

 a { background-color: rgb(84,75,110); }

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

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

 span { border-color: rgb(84,75,110); }

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