#56457A

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

Shades of Gigas #56457A

Tints of Gigas #56457A

Color information

#56457A (or 0x56457A) is unknown color: approx Gigas. HEX triplet: 56, 45 and 7A. RGB value is (86,69,122). Sum of RGB (Red+Green+Blue) = 86+69+122=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #56457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457A is #A9BA85. Grayscale: #4F4F4F. Windows color (decimal): -11123334 or 8013142. OLE color: 8013142.

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

Color convert

RGB8669122-
CMYK0.300.4300.52
HSL259.25º27.75%37.45%-
HSV(B)259.25º43.44%47.84%-
XYZ9.487.6419.39-
YUV80.12151.63132.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=31.05%
G=24.91%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86691220.300.4300.52259.2527.7537.45
Hex56457A1E2B0341031c25
Octal12610517236530644033445
Binary10101101000101111101011110101011011010010000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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