#55467C

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

Shades of Gigas #55467C

Tints of Gigas #55467C

Color information

#55467C (or 0x55467C) is unknown color: approx Gigas. HEX triplet: 55, 46 and 7C. RGB value is (85,70,124). Sum of RGB (Red+Green+Blue) = 85+70+124=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #55467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55467C is #AAB983. Grayscale: #505050. Windows color (decimal): -11188612 or 8144469. OLE color: 8144469.

HSL color Cylindrical-coordinate representation of color #55467C: hue angle of 256.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55467C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8570124-
CMYK0.310.4400.51
HSL256.67º27.84%38.04%-
HSV(B)256.67º43.55%48.63%-
XYZ9.577.7720.06-
YUV80.64152.47131.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=30.47%
G=25.09%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85701240.310.4400.51256.6727.8438.04
Hex55467C1F2C0331011c26
Octal12510617437540634013446
Binary10101011000110111110011111101100011001110000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55467C; }

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

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

<style>
 a { background-color: #55467C; }

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

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

<style>
 span { border-color: #55467C; }

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

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