#55467F

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

Shades of Gigas #55467F

Tints of Gigas #55467F

Color information

#55467F (or 0x55467F) is unknown color: approx Gigas. HEX triplet: 55, 46 and 7F. RGB value is (85,70,127). Sum of RGB (Red+Green+Blue) = 85+70+127=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #55467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55467F is #AAB980. Grayscale: #505050. Windows color (decimal): -11188609 or 8341077. OLE color: 8341077.

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

Color convert

RGB8570127-
CMYK0.330.4500.50
HSL255.79º28.93%38.63%-
HSV(B)255.79º44.88%49.8%-
XYZ9.777.8421.08-
YUV80.98153.97130.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 127 (50% from 255) = 45.04%
R=30.14%
G=24.82%
B=45.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85701270.330.4500.50255.7928.9338.63
Hex55467F212D0321001d27
Octal12510617741550624003547
Binary101010110001101111111100001101101011001010000000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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