#56447B

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

Shades of Gigas #56447B

Tints of Gigas #56447B

Color information

#56447B (or 0x56447B) is unknown color: approx Gigas. HEX triplet: 56, 44 and 7B. RGB value is (86,68,123). Sum of RGB (Red+Green+Blue) = 86+68+123=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #56447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56447B is #A9BB84. Grayscale: #4F4F4F. Windows color (decimal): -11123589 or 8078422. OLE color: 8078422.

HSL color Cylindrical-coordinate representation of color #56447B: hue angle of 259.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56447B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8668123-
CMYK0.300.4500.52
HSL259.64º28.8%37.45%-
HSV(B)259.64º44.72%48.24%-
XYZ9.487.5419.7-
YUV79.65152.46132.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=31.05%
G=24.55%
B=44.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86681230.300.4500.52259.6428.837.45
Hex56447B1E2D0341041d25
Octal12610417336550644043545
Binary10101101000100111101111110101101011010010000010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56447B; }

 p { color: rgb(86,68,123); }

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

<style>
 a { background-color: #56447B; }

 a { background-color: rgb(86,68,123); }

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

<style>
 span { border-color: #56447B; }

 span { border-color: rgb(86,68,123); }

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