#56448B

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

Shades of Gigas #56448B

Tints of Gigas #56448B

Color information

#56448B (or 0x56448B) is unknown color: approx Gigas. HEX triplet: 56, 44 and 8B. RGB value is (86,68,139). Sum of RGB (Red+Green+Blue) = 86+68+139=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #56448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56448B is #A9BB74. Grayscale: #515151. Windows color (decimal): -11123573 or 9126998. OLE color: 9126998.

HSL color Cylindrical-coordinate representation of color #56448B: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56448B is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8668139-
CMYK0.380.5100.45
HSL255.21º34.3%40.59%-
HSV(B)255.21º51.08%54.51%-
XYZ10.577.9825.41-
YUV81.48160.46131.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=29.35%
G=23.21%
B=47.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86681390.380.5100.45255.2134.340.59
Hex56448B263302Dff2229
Octal12610421346630553774251
Binary1010110100010010001011100110110011010110111111111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56448B; }

 p { color: rgb(86,68,139); }

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

<style>
 a { background-color: #56448B; }

 a { background-color: rgb(86,68,139); }

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

<style>
 span { border-color: #56448B; }

 span { border-color: rgb(86,68,139); }

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