Html Css Color HEX #544368 Meteorite

📋 copy color: '#544368'

red 84 ◦ green 67 ◦ blue 104

#544368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #544368

Tints of Meteorite #544368

RGB

 RED value IS 84 (33.2% 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 value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#544368 (or 0x544368) is known color: 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

RGB 84 67 104 -
CMYK 0.19 0.36 0 0.59
HSL 267.57º 0.22% 0.34% -
HSV(B) 267.57º 0.36% 0.41% -
XYZ 8.16 6.9 14 -
YUV 76.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 84 67 104 0.19 0.36 0 0.59 267.57 0.22 0.34
Hex 54 43 68 13 24 0 3B 10C 16 22
Octal 124 103 150 23 44 0 73 414 26 42
Binary 1010100 1000011 1101000 10011 100100 0 111011 100001100 10110 100010

Color Harmonies of #544368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544368

Black with #544368

Text Example


Text Example

White with #544368

Text Example


Text Example

HTML Codes & Css Web 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>