Html Css Color HEX #55489A Blue Gem

📋 copy color: '#55489A'

red 85 ◦ green 72 ◦ blue 154

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

Shades of Blue Gem #55489A

Tints of Blue Gem #55489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 27.33%
G = 23.15%
B = 49.52%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55489A (or 0x55489A) is known color: Blue Gem. HEX triplet: 55, 48 and 9A. RGB value is (85,72,154). Sum of RGB (Red+Green+Blue) = 85+72+154=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #55489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55489A is #AAB765. Grayscale: #545454. Windows color (decimal): -11188070 or 10111061. OLE color: 10111061.

HSL color Cylindrical-coordinate representation of color #55489A: hue angle of 249.51º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55489A is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 72 154 -
CMYK 0.45 0.53 0 0.40
HSL 249.51º 0.36% 0.44% -
HSV(B) 249.51º 0.53% 0.6% -
XYZ 11.9 8.9 31.66 -
YUV 85.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 85 72 154 0.45 0.53 0 0.40 249.51 0.36 0.44
Hex 55 48 9A 2D 35 0 28 FA 24 2C
Octal 125 110 232 55 65 0 50 372 44 54
Binary 1010101 1001000 10011010 101101 110101 0 101000 11111010 100100 101100

Color Harmonies of #55489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55489A

Black with #55489A

Text Example


Text Example

White with #55489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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