Html Css Color HEX #544397 Blue Gem

📋 copy color: '#544397'

red 84 ◦ green 67 ◦ blue 151

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

Shades of Blue Gem #544397

Tints of Blue Gem #544397

RGB

 RED value IS 84 (33.2% from 255) = 27.81%

 GREEN value IS 67 (26.56% from 255) = 22.19%

 BLUE value IS 151 (59.38% from 255) = 50%

R = 27.81%
G = 22.19%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#544397 (or 0x544397) is known color: Blue Gem. HEX triplet: 54, 43 and 97. RGB value is (84,67,151). Sum of RGB (Red+Green+Blue) = 84+67+151=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #544397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544397 is #ABBC68. Grayscale: #515151. Windows color (decimal): -11254889 or 9913172. OLE color: 9913172.

HSL color Cylindrical-coordinate representation of color #544397: hue angle of 252.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544397 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 67 151 -
CMYK 0.44 0.56 0 0.41
HSL 252.14º 0.39% 0.43% -
HSV(B) 252.14º 0.56% 0.59% -
XYZ 11.25 8.13 30.26 -
YUV 81.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 84 67 151 0.44 0.56 0 0.41 252.14 0.39 0.43
Hex 54 43 97 2C 38 0 29 FC 27 2B
Octal 124 103 227 54 70 0 51 374 47 53
Binary 1010100 1000011 10010111 101100 111000 0 101001 11111100 100111 101011

Color Harmonies of #544397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544397

Black with #544397

Text Example


Text Example

White with #544397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544397; }

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

 H1.HeaderClassName
 {
   color: #544397;
 }
 .AnyTagClassName
 {
   color: #544397;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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