Html Css Color HEX #54409B Blue Gem

📋 copy color: '#54409B'

red 84 ◦ green 64 ◦ blue 155

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

Shades of Blue Gem #54409B

Tints of Blue Gem #54409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 27.72%
G = 21.12%
B = 51.16%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54409B (or 0x54409B) is known color: Blue Gem. HEX triplet: 54, 40 and 9B. RGB value is (84,64,155). Sum of RGB (Red+Green+Blue) = 84+64+155=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #54409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54409B is #ABBF64. Grayscale: #505050. Windows color (decimal): -11255653 or 10174548. OLE color: 10174548.

HSL color Cylindrical-coordinate representation of color #54409B: hue angle of 253.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54409B is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 64 155 -
CMYK 0.46 0.59 0 0.39
HSL 253.19º 0.42% 0.43% -
HSV(B) 253.19º 0.59% 0.61% -
XYZ 11.41 7.92 31.94 -
YUV 80.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 84 64 155 0.46 0.59 0 0.39 253.19 0.42 0.43
Hex 54 40 9B 2E 3B 0 27 FD 2A 2B
Octal 124 100 233 56 73 0 47 375 52 53
Binary 1010100 1000000 10011011 101110 111011 0 100111 11111101 101010 101011

Color Harmonies of #54409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54409B

Black with #54409B

Text Example


Text Example

White with #54409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54409B; }

 p { color: rgb(84,64,155); }

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

background-color css

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

 a { background-color: rgb(84,64,155); }

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

border-color css

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

 span { border-color: rgb(84,64,155); }

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