Html Css Color HEX #54449D Blue Gem

📋 copy color: '#54449D'

red 84 ◦ green 68 ◦ blue 157

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

Shades of Blue Gem #54449D

Tints of Blue Gem #54449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 27.18%
G = 22.01%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54449D (or 0x54449D) is known color: Blue Gem. HEX triplet: 54, 44 and 9D. RGB value is (84,68,157). Sum of RGB (Red+Green+Blue) = 84+68+157=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #54449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54449D is #ABBB62. Grayscale: #525252. Windows color (decimal): -11254627 or 10306644. OLE color: 10306644.

HSL color Cylindrical-coordinate representation of color #54449D: hue angle of 250.79º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54449D is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 68 157 -
CMYK 0.46 0.57 0 0.38
HSL 250.79º 0.4% 0.44% -
HSV(B) 250.79º 0.57% 0.62% -
XYZ 11.81 8.45 32.91 -
YUV 82.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 84 68 157 0.46 0.57 0 0.38 250.79 0.4 0.44
Hex 54 44 9D 2E 39 0 26 FB 28 2C
Octal 124 104 235 56 71 0 46 373 50 54
Binary 1010100 1000100 10011101 101110 111001 0 100110 11111011 101000 101100

Color Harmonies of #54449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54449D

Black with #54449D

Text Example


Text Example

White with #54449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54449D; }

 p { color: rgb(84,68,157); }

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

background-color css

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

 a { background-color: rgb(84,68,157); }

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

border-color css

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

 span { border-color: rgb(84,68,157); }

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