#56458E

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

Shades of Gigas #56458E

Tints of Gigas #56458E

Color information

#56458E (or 0x56458E) is unknown color: approx Gigas. HEX triplet: 56, 45 and 8E. RGB value is (86,69,142). Sum of RGB (Red+Green+Blue) = 86+69+142=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #56458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458E is #A9BA71. Grayscale: #525252. Windows color (decimal): -11123314 or 9323862. OLE color: 9323862.

HSL color Cylindrical-coordinate representation of color #56458E: hue angle of 253.97º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56458E is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8669142-
CMYK0.390.5100.44
HSL253.97º34.6%41.37%-
HSV(B)253.97º51.41%55.69%-
XYZ10.858.1926.6-
YUV82.4161.63130.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=28.96%
G=23.23%
B=47.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86691420.390.5100.44253.9734.641.37
Hex56458E273302Cfe2329
Octal12610521647630543764351
Binary1010110100010110001110100111110011010110011111110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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