#56488A

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

Shades of Gigas #56488A

Tints of Gigas #56488A

Color information

#56488A (or 0x56488A) is unknown color: approx Gigas. HEX triplet: 56, 48 and 8A. RGB value is (86,72,138). Sum of RGB (Red+Green+Blue) = 86+72+138=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #56488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56488A is #A9B775. Grayscale: #535353. Windows color (decimal): -11122550 or 9062486. OLE color: 9062486.

HSL color Cylindrical-coordinate representation of color #56488A: hue angle of 252.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56488A is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8672138-
CMYK0.380.4800.46
HSL252.73º31.43%41.18%-
HSV(B)252.73º47.83%54.12%-
XYZ10.748.4525.11-
YUV83.71158.64129.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=29.05%
G=24.32%
B=46.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86721380.380.4800.46252.7331.4341.18
Hex56488A263002Efd1f29
Octal12611021246600563753751
Binary101011010010001000101010011011000001011101111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,72,138); }

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

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

 a { background-color: rgb(86,72,138); }

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

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

 span { border-color: rgb(86,72,138); }

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