#55457C

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

Shades of Gigas #55457C

Tints of Gigas #55457C

Color information

#55457C (or 0x55457C) is unknown color: approx Gigas. HEX triplet: 55, 45 and 7C. RGB value is (85,69,124). Sum of RGB (Red+Green+Blue) = 85+69+124=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #55457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55457C is #AABA83. Grayscale: #4F4F4F. Windows color (decimal): -11188868 or 8144213. OLE color: 8144213.

HSL color Cylindrical-coordinate representation of color #55457C: hue angle of 257.45º 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 #55457C is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8569124-
CMYK0.310.4400.51
HSL257.45º28.5%37.84%-
HSV(B)257.45º44.35%48.63%-
XYZ9.517.6420.04-
YUV80.05152.8131.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=30.58%
G=24.82%
B=44.60%

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
Decimal85691240.310.4400.51257.4528.537.84
Hex55457C1F2C0331011c26
Octal12510517437540634013446
Binary10101011000101111110011111101100011001110000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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