#554495

Color #554495 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #554495

Tints of Blue Gem #554495

Color information

#554495 (or 0x554495) is unknown color: approx Blue Gem. HEX triplet: 55, 44 and 95. RGB value is (85,68,149). Sum of RGB (Red+Green+Blue) = 85+68+149=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #554495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554495 is #AABB6A. Grayscale: #525252. Windows color (decimal): -11189099 or 9782357. OLE color: 9782357.

HSL color Cylindrical-coordinate representation of color #554495: hue angle of 252.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554495 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8568149-
CMYK0.430.5400.42
HSL252.59º37.33%42.55%-
HSV(B)252.59º54.36%58.43%-
XYZ11.248.2429.43-
YUV82.32165.63129.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=28.15%
G=22.52%
B=49.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85681490.430.5400.42252.5937.3342.55
Hex5544952B3602Afd252b
Octal12510422553660523754553
Binary1010101100010010010101101011110110010101011111101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554495; }

 p { color: rgb(85,68,149); }

 H1.HeaderClassName
 {
   color: #554495;
 }
 .AnyTagClassName
 {
   color: #554495;
 }
</style>
background-color css

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

 a { background-color: rgb(85,68,149); }

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

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

 span { border-color: rgb(85,68,149); }

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