Html Css Color HEX #554399 Blue Gem

📋 copy color: '#554399'

red 85 ◦ green 67 ◦ blue 153

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

Shades of Blue Gem #554399

Tints of Blue Gem #554399

RGB

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

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

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

R = 27.87%
G = 21.97%
B = 50.16%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554399 (or 0x554399) is known color: Blue Gem. HEX triplet: 55, 43 and 99. RGB value is (85,67,153). Sum of RGB (Red+Green+Blue) = 85+67+153=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #554399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554399 is #AABC66. Grayscale: #515151. Windows color (decimal): -11189351 or 10044245. OLE color: 10044245.

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

Color convert

RGB 85 67 153 -
CMYK 0.44 0.56 0 0.4
HSL 252.56º 0.39% 0.43% -
HSV(B) 252.56º 0.56% 0.6% -
XYZ 11.5 8.25 31.12 -
YUV 82.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 85 67 153 0.44 0.56 0 0.4 252.56 0.39 0.43
Hex 55 43 99 2C 38 0 28 FD 27 2B
Octal 125 103 231 54 70 0 50 375 47 53
Binary 1010101 1000011 10011001 101100 111000 0 101000 11111101 100111 101011

Color Harmonies of #554399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554399

Black with #554399

Text Example


Text Example

White with #554399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554399; }

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

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

background-color css

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

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

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

border-color css

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

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

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