#53458C

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

Shades of Gigas #53458C

Tints of Gigas #53458C

Color information

#53458C (or 0x53458C) is unknown color: approx Gigas. HEX triplet: 53, 45 and 8C. RGB value is (83,69,140). Sum of RGB (Red+Green+Blue) = 83+69+140=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #53458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458C is #ACBA73. Grayscale: #515151. Windows color (decimal): -11319924 or 9192787. OLE color: 9192787.

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

Color convert

RGB8369140-
CMYK0.410.5100.45
HSL251.83º33.97%40.98%-
HSV(B)251.83º50.71%54.9%-
XYZ10.437.9925.8-
YUV81.28161.14129.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=28.42%
G=23.63%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83691400.410.5100.45251.8333.9740.98
Hex53458C293302Dfc2229
Octal12310521451630553744251
Binary1010011100010110001100101001110011010110111111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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