#53448B

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

Shades of Gigas #53448B

Tints of Gigas #53448B

Color information

#53448B (or 0x53448B) is unknown color: approx Gigas. HEX triplet: 53, 44 and 8B. RGB value is (83,68,139). Sum of RGB (Red+Green+Blue) = 83+68+139=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #53448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53448B is #ACBB74. Grayscale: #505050. Windows color (decimal): -11320181 or 9126995. OLE color: 9126995.

HSL color Cylindrical-coordinate representation of color #53448B: hue angle of 252.68º 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 #53448B is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8368139-
CMYK0.400.5100.45
HSL252.68º34.3%40.59%-
HSV(B)252.68º51.08%54.51%-
XYZ10.297.8425.4-
YUV80.58160.97129.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=28.62%
G=23.45%
B=47.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83681390.400.5100.45252.6834.340.59
Hex53448B283302Dfd2229
Octal12310421350630553754251
Binary1010011100010010001011101000110011010110111111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53448B; }

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

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

<style>
 a { background-color: #53448B; }

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

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

<style>
 span { border-color: #53448B; }

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

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