Html Css Color HEX #554999 Blue Gem

📋 copy color: '#554999'

red 85 ◦ green 73 ◦ blue 153

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

Shades of Blue Gem #554999

Tints of Blue Gem #554999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 27.33%
G = 23.47%
B = 49.2%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554999 (or 0x554999) is known color: Blue Gem. HEX triplet: 55, 49 and 99. RGB value is (85,73,153). Sum of RGB (Red+Green+Blue) = 85+73+153=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #554999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554999 is #AAB666. Grayscale: #555555. Windows color (decimal): -11187815 or 10045781. OLE color: 10045781.

HSL color Cylindrical-coordinate representation of color #554999: hue angle of 249º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554999 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 73 153 -
CMYK 0.44 0.52 0 0.4
HSL 249º 0.35% 0.44% -
HSV(B) 249º 0.52% 0.6% -
XYZ 11.88 9 31.25 -
YUV 85.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 85 73 153 0.44 0.52 0 0.4 249 0.35 0.44
Hex 55 49 99 2C 34 0 28 F9 23 2C
Octal 125 111 231 54 64 0 50 371 43 54
Binary 1010101 1001001 10011001 101100 110100 0 101000 11111001 100011 101100

Color Harmonies of #554999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554999

Black with #554999

Text Example


Text Example

White with #554999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554999; }

 p { color: rgb(85,73,153); }

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

background-color css

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

 a { background-color: rgb(85,73,153); }

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

border-color css

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

 span { border-color: rgb(85,73,153); }

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