#53428C

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

Shades of Gigas #53428C

Tints of Gigas #53428C

Color information

#53428C (or 0x53428C) is unknown color: approx Gigas. HEX triplet: 53, 42 and 8C. RGB value is (83,66,140). Sum of RGB (Red+Green+Blue) = 83+66+140=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #53428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428C is #ACBD73. Grayscale: #4F4F4F. Windows color (decimal): -11320692 or 9192019. OLE color: 9192019.

HSL color Cylindrical-coordinate representation of color #53428C: hue angle of 253.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53428C is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8366140-
CMYK0.410.5300.45
HSL253.78º35.92%40.39%-
HSV(B)253.78º52.86%54.9%-
XYZ10.257.6325.74-
YUV79.52162.13130.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=28.72%
G=22.84%
B=48.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83661400.410.5300.45253.7835.9240.39
Hex53428C293502Dfe2428
Octal12310221451650553764450
Binary1010011100001010001100101001110101010110111111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53428C; }

 p { color: rgb(83,66,140); }

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

<style>
 a { background-color: #53428C; }

 a { background-color: rgb(83,66,140); }

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

<style>
 span { border-color: #53428C; }

 span { border-color: rgb(83,66,140); }

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