Html Css Color HEX #54459C Blue Gem

📋 copy color: '#54459C'

red 84 ◦ green 69 ◦ blue 156

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

Shades of Blue Gem #54459C

Tints of Blue Gem #54459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 27.18%
G = 22.33%
B = 50.49%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54459C (or 0x54459C) is known color: Blue Gem. HEX triplet: 54, 45 and 9C. RGB value is (84,69,156). Sum of RGB (Red+Green+Blue) = 84+69+156=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #54459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459C is #ABBA63. Grayscale: #535353. Windows color (decimal): -11254372 or 10241364. OLE color: 10241364.

HSL color Cylindrical-coordinate representation of color #54459C: hue angle of 250.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54459C is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 69 156 -
CMYK 0.46 0.56 0 0.39
HSL 250.34º 0.39% 0.44% -
HSV(B) 250.34º 0.56% 0.61% -
XYZ 11.79 8.54 32.48 -
YUV 83.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 84 69 156 0.46 0.56 0 0.39 250.34 0.39 0.44
Hex 54 45 9C 2E 38 0 27 FA 27 2C
Octal 124 105 234 56 70 0 47 372 47 54
Binary 1010100 1000101 10011100 101110 111000 0 100111 11111010 100111 101100

Color Harmonies of #54459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54459C

Black with #54459C

Text Example


Text Example

White with #54459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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