#53478F

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

Shades of Gigas #53478F

Tints of Gigas #53478F

Color information

#53478F (or 0x53478F) is unknown color: approx Gigas. HEX triplet: 53, 47 and 8F. RGB value is (83,71,143). Sum of RGB (Red+Green+Blue) = 83+71+143=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #53478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53478F is #ACB870. Grayscale: #525252. Windows color (decimal): -11319409 or 9389907. OLE color: 9389907.

HSL color Cylindrical-coordinate representation of color #53478F: hue angle of 250º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53478F is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8371143-
CMYK0.420.5000.44
HSL250º33.64%41.96%-
HSV(B)250º50.35%56.08%-
XYZ10.788.3327.03-
YUV82.8161.98128.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=27.95%
G=23.91%
B=48.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83711430.420.5000.4425033.6441.96
Hex53478F2A3202Cfa222a
Octal12310721752620543724252
Binary1010011100011110001111101010110010010110011111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53478F; }

 p { color: rgb(83,71,143); }

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

<style>
 a { background-color: #53478F; }

 a { background-color: rgb(83,71,143); }

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

<style>
 span { border-color: #53478F; }

 span { border-color: rgb(83,71,143); }

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