#56458D

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

Shades of Gigas #56458D

Tints of Gigas #56458D

Color information

#56458D (or 0x56458D) is unknown color: approx Gigas. HEX triplet: 56, 45 and 8D. RGB value is (86,69,141). Sum of RGB (Red+Green+Blue) = 86+69+141=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #56458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458D is #A9BA72. Grayscale: #525252. Windows color (decimal): -11123315 or 9258326. OLE color: 9258326.

HSL color Cylindrical-coordinate representation of color #56458D: hue angle of 254.17º 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 #56458D is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8669141-
CMYK0.390.5100.45
HSL254.17º34.29%41.18%-
HSV(B)254.17º51.06%55.29%-
XYZ10.778.1626.21-
YUV82.29161.13130.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=29.05%
G=23.31%
B=47.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86691410.390.5100.45254.1734.2941.18
Hex56458D273302Dfe2229
Octal12610521547630553764251
Binary1010110100010110001101100111110011010110111111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56458D; }

 p { color: rgb(86,69,141); }

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

<style>
 a { background-color: #56458D; }

 a { background-color: rgb(86,69,141); }

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

<style>
 span { border-color: #56458D; }

 span { border-color: rgb(86,69,141); }

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