#554998

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

Shades of Blue Gem #554998

Tints of Blue Gem #554998

Color information

#554998 (or 0x554998) is unknown color: approx Blue Gem. HEX triplet: 55, 49 and 98. RGB value is (85,73,152). Sum of RGB (Red+Green+Blue) = 85+73+152=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #554998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554998 is #AAB667. Grayscale: #555555. Windows color (decimal): -11187816 or 9980245. OLE color: 9980245.

HSL color Cylindrical-coordinate representation of color #554998: hue angle of 249.11º 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 #554998 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8573152-
CMYK0.440.5200.40
HSL249.11º35.11%44.12%-
HSV(B)249.11º51.97%59.61%-
XYZ11.88.9630.81-
YUV85.59165.48127.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=27.42%
G=23.55%
B=49.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85731520.440.5200.40249.1135.1144.12
Hex5549982C34028f9232c
Octal12511123054640503714354
Binary1010101100100110011000101100110100010100011111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554998; }

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

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

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

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

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

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

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

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