#55468B

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

Shades of Gigas #55468B

Tints of Gigas #55468B

Color information

#55468B (or 0x55468B) is unknown color: approx Gigas. HEX triplet: 55, 46 and 8B. RGB value is (85,70,139). Sum of RGB (Red+Green+Blue) = 85+70+139=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #55468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55468B is #AAB974. Grayscale: #525252. Windows color (decimal): -11188597 or 9127509. OLE color: 9127509.

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

Color convert

RGB8570139-
CMYK0.390.5000.45
HSL253.04º33.01%40.98%-
HSV(B)253.04º49.64%54.51%-
XYZ10.68.1825.45-
YUV82.35159.97129.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=28.91%
G=23.81%
B=47.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85701390.390.5000.45253.0433.0140.98
Hex55468B273202Dfd2129
Octal12510621347620553754151
Binary1010101100011010001011100111110010010110111111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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