#55488B

Color #55488B Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #55488B

Tints of Gigas #55488B

Color information

#55488B (or 0x55488B) is unknown color: approx Gigas. HEX triplet: 55, 48 and 8B. RGB value is (85,72,139). Sum of RGB (Red+Green+Blue) = 85+72+139=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #55488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55488B is #AAB774. Grayscale: #535353. Windows color (decimal): -11188085 or 9128021. OLE color: 9128021.

HSL color Cylindrical-coordinate representation of color #55488B: hue angle of 251.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55488B is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8572139-
CMYK0.390.4800.45
HSL251.64º31.75%41.37%-
HSV(B)251.64º48.2%54.51%-
XYZ10.728.4325.49-
YUV83.52159.31129.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=28.72%
G=24.32%
B=46.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85721390.390.4800.45251.6431.7541.37
Hex55488B273002Dfc2029
Octal12511021347600553744051
Binary1010101100100010001011100111110000010110111111100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55488B; }

 p { color: rgb(85,72,139); }

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

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

 a { background-color: rgb(85,72,139); }

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

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

 span { border-color: rgb(85,72,139); }

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