#55448B

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

Shades of Gigas #55448B

Tints of Gigas #55448B

Color information

#55448B (or 0x55448B) is unknown color: approx Gigas. HEX triplet: 55, 44 and 8B. RGB value is (85,68,139). Sum of RGB (Red+Green+Blue) = 85+68+139=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #55448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55448B is #AABB74. Grayscale: #505050. Windows color (decimal): -11189109 or 9126997. OLE color: 9126997.

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

Color convert

RGB8568139-
CMYK0.390.5100.45
HSL254.37º34.3%40.59%-
HSV(B)254.37º51.08%54.51%-
XYZ10.477.9325.4-
YUV81.18160.63130.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=29.11%
G=23.29%
B=47.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85681390.390.5100.45254.3734.340.59
Hex55448B273302Dfe2229
Octal12510421347630553764251
Binary1010101100010010001011100111110011010110111111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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