#55449E

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

Shades of Blue Gem #55449E

Tints of Blue Gem #55449E

Color information

#55449E (or 0x55449E) is unknown color: approx Blue Gem. HEX triplet: 55, 44 and 9E. RGB value is (85,68,158). Sum of RGB (Red+Green+Blue) = 85+68+158=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #55449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55449E is #AABB61. Grayscale: #535353. Windows color (decimal): -11189090 or 10372181. OLE color: 10372181.

HSL color Cylindrical-coordinate representation of color #55449E: hue angle of 251.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55449E is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8568158-
CMYK0.460.5700.38
HSL251.33º39.82%44.31%-
HSV(B)251.33º56.96%61.96%-
XYZ11.988.5333.36-
YUV83.34170.13129.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=27.33%
G=21.86%
B=50.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85681580.460.5700.38251.3339.8244.31
Hex55449E2E39026fb282c
Octal12510423656710463735054
Binary1010101100010010011110101110111001010011011111011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55449E; }

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

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

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

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

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

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

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

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