#53428E

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

Shades of Gigas #53428E

Tints of Gigas #53428E

Color information

#53428E (or 0x53428E) is unknown color: approx Gigas. HEX triplet: 53, 42 and 8E. RGB value is (83,66,142). Sum of RGB (Red+Green+Blue) = 83+66+142=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #53428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428E is #ACBD71. Grayscale: #4F4F4F. Windows color (decimal): -11320690 or 9323091. OLE color: 9323091.

HSL color Cylindrical-coordinate representation of color #53428E: hue angle of 253.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53428E is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8366142-
CMYK0.420.5400.44
HSL253.42º36.54%40.78%-
HSV(B)253.42º53.52%55.69%-
XYZ10.47.6926.53-
YUV79.75163.13130.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=28.52%
G=22.68%
B=48.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83661420.420.5400.44253.4236.5440.78
Hex53428E2A3602Cfd2529
Octal12310221652660543754551
Binary1010011100001010001110101010110110010110011111101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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