Html Css Color HEX #54449E Blue Gem

📋 copy color: '#54449E'

red 84 ◦ green 68 ◦ blue 158

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

Shades of Blue Gem #54449E

Tints of Blue Gem #54449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 27.1%
G = 21.94%
B = 50.97%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54449E (or 0x54449E) is known color: Blue Gem. HEX triplet: 54, 44 and 9E. RGB value is (84,68,158). Sum of RGB (Red+Green+Blue) = 84+68+158=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #54449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54449E is #ABBB61. Grayscale: #525252. Windows color (decimal): -11254626 or 10372180. OLE color: 10372180.

HSL color Cylindrical-coordinate representation of color #54449E: hue angle of 250.67º 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 #54449E is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 68 158 -
CMYK 0.47 0.57 0 0.38
HSL 250.67º 0.4% 0.44% -
HSV(B) 250.67º 0.57% 0.62% -
XYZ 11.89 8.49 33.36 -
YUV 83.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 84 68 158 0.47 0.57 0 0.38 250.67 0.4 0.44
Hex 54 44 9E 2F 39 0 26 FB 28 2C
Octal 124 104 236 57 71 0 46 373 50 54
Binary 1010100 1000100 10011110 101111 111001 0 100110 11111011 101000 101100

Color Harmonies of #54449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54449E

Black with #54449E

Text Example


Text Example

White with #54449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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