#56467D

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

Shades of Gigas #56467D

Tints of Gigas #56467D

Color information

#56467D (or 0x56467D) is unknown color: approx Gigas. HEX triplet: 56, 46 and 7D. RGB value is (86,70,125). Sum of RGB (Red+Green+Blue) = 86+70+125=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #56467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56467D is #A9B982. Grayscale: #505050. Windows color (decimal): -11123075 or 8210006. OLE color: 8210006.

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

Color convert

RGB8670125-
CMYK0.310.4400.51
HSL257.45º28.21%38.24%-
HSV(B)257.45º44%49.02%-
XYZ9.737.8420.4-
YUV81.05152.8131.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=30.60%
G=24.91%
B=44.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86701250.310.4400.51257.4528.2138.24
Hex56467D1F2C0331011c26
Octal12610617537540634013446
Binary10101101000110111110111111101100011001110000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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