#56417D

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

Shades of Gigas #56417D

Tints of Gigas #56417D

Color information

#56417D (or 0x56417D) is unknown color: approx Gigas. HEX triplet: 56, 41 and 7D. RGB value is (86,65,125). Sum of RGB (Red+Green+Blue) = 86+65+125=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #56417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56417D is #A9BE82. Grayscale: #4D4D4D. Windows color (decimal): -11124355 or 8208726. OLE color: 8208726.

HSL color Cylindrical-coordinate representation of color #56417D: hue angle of 261º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56417D is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8665125-
CMYK0.310.4800.51
HSL261º31.58%37.25%-
HSV(B)261º48%49.02%-
XYZ9.437.2420.3-
YUV78.12154.46133.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=31.16%
G=23.55%
B=45.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86651250.310.4800.5126131.5837.25
Hex56417D1F300331052025
Octal12610117537600634054045
Binary101011010000011111101111111100000110011100000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,65,125); }

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

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

 a { background-color: rgb(86,65,125); }

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

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

 span { border-color: rgb(86,65,125); }

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