#53447F

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

Shades of Gigas #53447F

Tints of Gigas #53447F

Color information

#53447F (or 0x53447F) is unknown color: approx Gigas. HEX triplet: 53, 44 and 7F. RGB value is (83,68,127). Sum of RGB (Red+Green+Blue) = 83+68+127=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #53447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53447F is #ACBB80. Grayscale: #4E4E4E. Windows color (decimal): -11320193 or 8340563. OLE color: 8340563.

HSL color Cylindrical-coordinate representation of color #53447F: hue angle of 255.25º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53447F is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8368127-
CMYK0.350.4600.50
HSL255.25º30.26%38.24%-
HSV(B)255.25º46.46%49.8%-
XYZ9.477.5121.03-
YUV79.21154.97130.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 127 (50% from 255) = 45.68%
R=29.86%
G=24.46%
B=45.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83681270.350.4600.50255.2530.2638.24
Hex53447F232E032ff1e26
Octal12310417743560623773646
Binary10100111000100111111110001110111001100101111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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