#55457A

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

Shades of Gigas #55457A

Tints of Gigas #55457A

Color information

#55457A (or 0x55457A) is unknown color: approx Gigas. HEX triplet: 55, 45 and 7A. RGB value is (85,69,122). Sum of RGB (Red+Green+Blue) = 85+69+122=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #55457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55457A is #AABA85. Grayscale: #4F4F4F. Windows color (decimal): -11188870 or 8013141. OLE color: 8013141.

HSL color Cylindrical-coordinate representation of color #55457A: hue angle of 258.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55457A is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8569122-
CMYK0.300.4300.52
HSL258.11º27.75%37.45%-
HSV(B)258.11º43.44%47.84%-
XYZ9.397.5919.38-
YUV79.83151.8131.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=30.80%
G=25%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85691220.300.4300.52258.1127.7537.45
Hex55457A1E2B0341021c25
Octal12510517236530644023445
Binary10101011000101111101011110101011011010010000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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