#53428A

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

Shades of Gigas #53428A

Tints of Gigas #53428A

Color information

#53428A (or 0x53428A) is unknown color: approx Gigas. HEX triplet: 53, 42 and 8A. RGB value is (83,66,138). Sum of RGB (Red+Green+Blue) = 83+66+138=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #53428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428A is #ACBD75. Grayscale: #4F4F4F. Windows color (decimal): -11320694 or 9060947. OLE color: 9060947.

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

Color convert

RGB8366138-
CMYK0.400.5200.46
HSL254.17º35.29%40%-
HSV(B)254.17º52.17%54.12%-
XYZ10.17.5724.97-
YUV79.29161.13130.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=28.92%
G=23.00%
B=48.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83661380.400.5200.46254.1735.2940
Hex53428A283402Efe2328
Octal12310221250640563764350
Binary1010011100001010001010101000110100010111011111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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