#554396

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

Shades of Blue Gem #554396

Tints of Blue Gem #554396

Color information

#554396 (or 0x554396) is unknown color: approx Blue Gem. HEX triplet: 55, 43 and 96. RGB value is (85,67,150). Sum of RGB (Red+Green+Blue) = 85+67+150=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #554396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554396 is #AABC69. Grayscale: #515151. Windows color (decimal): -11189354 or 9847637. OLE color: 9847637.

HSL color Cylindrical-coordinate representation of color #554396: hue angle of 253.01º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554396 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8567150-
CMYK0.430.5500.41
HSL253.01º38.25%42.55%-
HSV(B)253.01º55.33%58.82%-
XYZ11.268.1529.83-
YUV81.84166.46130.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=28.15%
G=22.19%
B=49.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85671500.430.5500.41253.0138.2542.55
Hex5543962B37029fd262b
Octal12510322653670513754653
Binary1010101100001110010110101011110111010100111111101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554396; }

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

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

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

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

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

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

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

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