#55449A

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

Shades of Blue Gem #55449A

Tints of Blue Gem #55449A

Color information

#55449A (or 0x55449A) is unknown color: approx Blue Gem. HEX triplet: 55, 44 and 9A. RGB value is (85,68,154). Sum of RGB (Red+Green+Blue) = 85+68+154=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #55449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55449A is #AABB65. Grayscale: #525252. Windows color (decimal): -11189094 or 10110037. OLE color: 10110037.

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

Color convert

RGB8568154-
CMYK0.450.5600.40
HSL251.86º38.74%43.53%-
HSV(B)251.86º55.84%60.39%-
XYZ11.658.431.58-
YUV82.89168.13129.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=27.69%
G=22.15%
B=50.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85681540.450.5600.40251.8638.7443.53
Hex55449A2D38028fc272c
Octal12510423255700503744754
Binary1010101100010010011010101101111000010100011111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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