#53447A

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

Shades of Gigas #53447A

Tints of Gigas #53447A

Color information

#53447A (or 0x53447A) is unknown color: approx Gigas. HEX triplet: 53, 44 and 7A. RGB value is (83,68,122). Sum of RGB (Red+Green+Blue) = 83+68+122=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #53447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53447A is #ACBB85. Grayscale: #4E4E4E. Windows color (decimal): -11320198 or 8012883. OLE color: 8012883.

HSL color Cylindrical-coordinate representation of color #53447A: hue angle of 256.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53447A is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8368122-
CMYK0.320.4400.52
HSL256.67º28.42%37.25%-
HSV(B)256.67º44.26%47.84%-
XYZ9.157.3819.35-
YUV78.64152.47131.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=30.40%
G=24.91%
B=44.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83681220.320.4400.52256.6728.4237.25
Hex53447A202C0341011c25
Octal12310417240540644013445
Binary101001110001001111010100000101100011010010000000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,122); }

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

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

 a { background-color: rgb(83,68,122); }

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

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

 span { border-color: rgb(83,68,122); }

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