#57468B

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

Shades of Gigas #57468B

Tints of Gigas #57468B

Color information

#57468B (or 0x57468B) is unknown color: approx Gigas. HEX triplet: 57, 46 and 8B. RGB value is (87,70,139). Sum of RGB (Red+Green+Blue) = 87+70+139=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #57468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57468B is #A8B974. Grayscale: #525252. Windows color (decimal): -11057525 or 9127511. OLE color: 9127511.

HSL color Cylindrical-coordinate representation of color #57468B: hue angle of 254.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57468B is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8770139-
CMYK0.370.5000.45
HSL254.78º33.01%40.98%-
HSV(B)254.78º49.64%54.51%-
XYZ10.788.2725.45-
YUV82.95159.63130.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=29.39%
G=23.65%
B=46.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87701390.370.5000.45254.7833.0140.98
Hex57468B253202Dff2129
Octal12710621345620553774151
Binary1010111100011010001011100101110010010110111111111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,139); }

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

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

 a { background-color: rgb(87,70,139); }

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

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

 span { border-color: rgb(87,70,139); }

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