#56458C

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

Shades of Gigas #56458C

Tints of Gigas #56458C

Color information

#56458C (or 0x56458C) is unknown color: approx Gigas. HEX triplet: 56, 45 and 8C. RGB value is (86,69,140). Sum of RGB (Red+Green+Blue) = 86+69+140=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #56458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458C is #A9BA73. Grayscale: #515151. Windows color (decimal): -11123316 or 9192790. OLE color: 9192790.

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

Color convert

RGB8669140-
CMYK0.390.5100.45
HSL254.37º33.97%40.98%-
HSV(B)254.37º50.71%54.9%-
XYZ10.78.1325.82-
YUV82.18160.63130.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=29.15%
G=23.39%
B=47.46%

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
Decimal86691400.390.5100.45254.3733.9740.98
Hex56458C273302Dfe2229
Octal12610521447630553764251
Binary1010110100010110001100100111110011010110111111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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