#56457B

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

Shades of Gigas #56457B

Tints of Gigas #56457B

Color information

#56457B (or 0x56457B) is unknown color: approx Gigas. HEX triplet: 56, 45 and 7B. RGB value is (86,69,123). Sum of RGB (Red+Green+Blue) = 86+69+123=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #56457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457B is #A9BA84. Grayscale: #505050. Windows color (decimal): -11123333 or 8078678. OLE color: 8078678.

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

Color convert

RGB8669123-
CMYK0.300.4400.52
HSL258.89º28.12%37.65%-
HSV(B)258.89º43.9%48.24%-
XYZ9.547.6619.72-
YUV80.24152.13132.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=30.94%
G=24.82%
B=44.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86691230.300.4400.52258.8928.1237.65
Hex56457B1E2C0341031c26
Octal12610517336540644033446
Binary10101101000101111101111110101100011010010000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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