Html Css Color HEX #54439C Blue Gem

📋 copy color: '#54439C'

red 84 ◦ green 67 ◦ blue 156

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

Shades of Blue Gem #54439C

Tints of Blue Gem #54439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

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

R = 27.36%
G = 21.82%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54439C (or 0x54439C) is known color: Blue Gem. HEX triplet: 54, 43 and 9C. RGB value is (84,67,156). Sum of RGB (Red+Green+Blue) = 84+67+156=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #54439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54439C is #ABBC63. Grayscale: #515151. Windows color (decimal): -11254884 or 10240852. OLE color: 10240852.

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

Color convert

RGB 84 67 156 -
CMYK 0.46 0.57 0 0.39
HSL 251.46º 0.4% 0.44% -
HSV(B) 251.46º 0.57% 0.61% -
XYZ 11.66 8.3 32.44 -
YUV 82.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 84 67 156 0.46 0.57 0 0.39 251.46 0.4 0.44
Hex 54 43 9C 2E 39 0 27 FB 28 2C
Octal 124 103 234 56 71 0 47 373 50 54
Binary 1010100 1000011 10011100 101110 111001 0 100111 11111011 101000 101100

Color Harmonies of #54439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54439C

Black with #54439C

Text Example


Text Example

White with #54439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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