#55468F

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

Shades of Gigas #55468F

Tints of Gigas #55468F

Color information

#55468F (or 0x55468F) is unknown color: approx Gigas. HEX triplet: 55, 46 and 8F. RGB value is (85,70,143). Sum of RGB (Red+Green+Blue) = 85+70+143=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #55468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55468F is #AAB970. Grayscale: #525252. Windows color (decimal): -11188593 or 9389653. OLE color: 9389653.

HSL color Cylindrical-coordinate representation of color #55468F: hue angle of 252.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55468F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8570143-
CMYK0.410.5100.44
HSL252.33º34.27%41.76%-
HSV(B)252.33º51.05%56.08%-
XYZ10.898.2927.01-
YUV82.81161.97129.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=28.52%
G=23.49%
B=47.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85701430.410.5100.44252.3334.2741.76
Hex55468F293302Cfc222a
Octal12510621751630543744252
Binary1010101100011010001111101001110011010110011111100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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