Html Css Color HEX #54409D Blue Gem

📋 copy color: '#54409D'

red 84 ◦ green 64 ◦ blue 157

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

Shades of Blue Gem #54409D

Tints of Blue Gem #54409D

RGB

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

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

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

R = 27.54%
G = 20.98%
B = 51.48%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54409D (or 0x54409D) is known color: Blue Gem. HEX triplet: 54, 40 and 9D. RGB value is (84,64,157). Sum of RGB (Red+Green+Blue) = 84+64+157=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #54409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54409D is #ABBF62. Grayscale: #505050. Windows color (decimal): -11255651 or 10305620. OLE color: 10305620.

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

Color convert

RGB 84 64 157 -
CMYK 0.46 0.59 0 0.38
HSL 252.9º 0.42% 0.43% -
HSV(B) 252.9º 0.59% 0.62% -
XYZ 11.58 7.99 32.83 -
YUV 80.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 84 64 157 0.46 0.59 0 0.38 252.9 0.42 0.43
Hex 54 40 9D 2E 3B 0 26 FD 2A 2B
Octal 124 100 235 56 73 0 46 375 52 53
Binary 1010100 1000000 10011101 101110 111011 0 100110 11111101 101010 101011

Color Harmonies of #54409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54409D

Black with #54409D

Text Example


Text Example

White with #54409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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