#57448A

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

Shades of Gigas #57448A

Tints of Gigas #57448A

Color information

#57448A (or 0x57448A) is unknown color: approx Gigas. HEX triplet: 57, 44 and 8A. RGB value is (87,68,138). Sum of RGB (Red+Green+Blue) = 87+68+138=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #57448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57448A is #A8BB75. Grayscale: #515151. Windows color (decimal): -11058038 or 9061463. OLE color: 9061463.

HSL color Cylindrical-coordinate representation of color #57448A: hue angle of 256.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57448A is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8768138-
CMYK0.370.5100.46
HSL256.29º33.98%40.39%-
HSV(B)256.29º50.72%54.12%-
XYZ10.59825.03-
YUV81.66159.79131.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=29.69%
G=23.21%
B=47.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87681380.370.5100.46256.2933.9840.39
Hex57448A253302E1002228
Octal12710421245630564004250
Binary10101111000100100010101001011100110101110100000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,68,138); }

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

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

 a { background-color: rgb(87,68,138); }

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

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

 span { border-color: rgb(87,68,138); }

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