Html Css Color HEX #54409C Blue Gem

📋 copy color: '#54409C'

red 84 ◦ green 64 ◦ blue 156

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

Shades of Blue Gem #54409C

Tints of Blue Gem #54409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 27.63%
G = 21.05%
B = 51.32%

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

#54409C (or 0x54409C) is known color: Blue Gem. HEX triplet: 54, 40 and 9C. RGB value is (84,64,156). Sum of RGB (Red+Green+Blue) = 84+64+156=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #54409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54409C is #ABBF63. Grayscale: #505050. Windows color (decimal): -11255652 or 10240084. OLE color: 10240084.

HSL color Cylindrical-coordinate representation of color #54409C: hue angle of 253.04º 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 #54409C is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 64 156 -
CMYK 0.46 0.59 0 0.39
HSL 253.04º 0.42% 0.43% -
HSV(B) 253.04º 0.59% 0.61% -
XYZ 11.49 7.95 32.38 -
YUV 80.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 84 64 156 0.46 0.59 0 0.39 253.04 0.42 0.43
Hex 54 40 9C 2E 3B 0 27 FD 2A 2B
Octal 124 100 234 56 73 0 47 375 52 53
Binary 1010100 1000000 10011100 101110 111011 0 100111 11111101 101010 101011

Color Harmonies of #54409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54409C

Black with #54409C

Text Example


Text Example

White with #54409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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