#53417C

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

Shades of Gigas #53417C

Tints of Gigas #53417C

Color information

#53417C (or 0x53417C) is unknown color: approx Gigas. HEX triplet: 53, 41 and 7C. RGB value is (83,65,124). Sum of RGB (Red+Green+Blue) = 83+65+124=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #53417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53417C is #ACBE83. Grayscale: #4C4C4C. Windows color (decimal): -11320964 or 8143187. OLE color: 8143187.

HSL color Cylindrical-coordinate representation of color #53417C: hue angle of 258.31º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53417C is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8365124-
CMYK0.330.4800.51
HSL258.31º31.22%37.06%-
HSV(B)258.31º47.58%48.63%-
XYZ9.17.0719.95-
YUV77.11154.46132.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=30.51%
G=23.90%
B=45.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83651240.330.4800.51258.3131.2237.06
Hex53417C21300331021f25
Octal12310117441600634023745
Binary101001110000011111100100001110000011001110000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,65,124); }

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

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

 a { background-color: rgb(83,65,124); }

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

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

 span { border-color: rgb(83,65,124); }

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