#544368

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

Shades of Meteorite #544368

Tints of Meteorite #544368

Color information

#544368 (or 0x544368) is unknown color: approx Meteorite. HEX triplet: 54, 43 and 68. RGB value is (84,67,104). Sum of RGB (Red+Green+Blue) = 84+67+104=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #544368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544368 is #ABBC97. Grayscale: #4C4C4C. Windows color (decimal): -11254936 or 6832980. OLE color: 6832980.

HSL color Cylindrical-coordinate representation of color #544368: hue angle of 267.57º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544368 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8467104-
CMYK0.190.3600.59
HSL267.57º21.64%33.53%-
HSV(B)267.57º35.58%40.78%-
XYZ8.166.914-
YUV76.3143.63133.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=32.94%
G=26.27%
B=40.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84671040.190.3600.59267.5721.6433.53
Hex544368132403B10c1622
Octal12410315023440734142642
Binary10101001000011110100010011100100011101110000110010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544368; }

 p { color: rgb(84,67,104); }

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

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

 a { background-color: rgb(84,67,104); }

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

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

 span { border-color: rgb(84,67,104); }

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