Html Css Color HEX #55489B Blue Gem

📋 copy color: '#55489B'

red 85 ◦ green 72 ◦ blue 155

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

Shades of Blue Gem #55489B

Tints of Blue Gem #55489B

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 27.24%
G = 23.08%
B = 49.68%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55489B (or 0x55489B) is known color: Blue Gem. HEX triplet: 55, 48 and 9B. RGB value is (85,72,155). Sum of RGB (Red+Green+Blue) = 85+72+155=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #55489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55489B is #AAB764. Grayscale: #555555. Windows color (decimal): -11188069 or 10176597. OLE color: 10176597.

HSL color Cylindrical-coordinate representation of color #55489B: hue angle of 249.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55489B is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 72 155 -
CMYK 0.45 0.54 0 0.39
HSL 249.4º 0.37% 0.45% -
HSV(B) 249.4º 0.54% 0.61% -
XYZ 11.98 8.93 32.1 -
YUV 85.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 85 72 155 0.45 0.54 0 0.39 249.4 0.37 0.45
Hex 55 48 9B 2D 36 0 27 F9 25 2D
Octal 125 110 233 55 66 0 47 371 45 55
Binary 1010101 1001000 10011011 101101 110110 0 100111 11111001 100101 101101

Color Harmonies of #55489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55489B

Black with #55489B

Text Example


Text Example

White with #55489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,72,155); }

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

background-color css

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

 a { background-color: rgb(85,72,155); }

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

border-color css

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

 span { border-color: rgb(85,72,155); }

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