#53457C

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

Shades of Gigas #53457C

Tints of Gigas #53457C

Color information

#53457C (or 0x53457C) is unknown color: approx Gigas. HEX triplet: 53, 45 and 7C. RGB value is (83,69,124). Sum of RGB (Red+Green+Blue) = 83+69+124=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #53457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457C is #ACBA83. Grayscale: #4F4F4F. Windows color (decimal): -11319940 or 8144211. OLE color: 8144211.

HSL color Cylindrical-coordinate representation of color #53457C: hue angle of 255.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53457C is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8369124-
CMYK0.330.4400.51
HSL255.27º28.5%37.84%-
HSV(B)255.27º44.35%48.63%-
XYZ9.337.5520.03-
YUV79.46153.14130.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=30.07%
G=25%
B=44.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83691240.330.4400.51255.2728.537.84
Hex53457C212C033ff1c26
Octal12310517441540633773446
Binary10100111000101111110010000110110001100111111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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