#53457B

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

Shades of Gigas #53457B

Tints of Gigas #53457B

Color information

#53457B (or 0x53457B) is unknown color: approx Gigas. HEX triplet: 53, 45 and 7B. RGB value is (83,69,123). Sum of RGB (Red+Green+Blue) = 83+69+123=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #53457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457B is #ACBA84. Grayscale: #4F4F4F. Windows color (decimal): -11319941 or 8078675. OLE color: 8078675.

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

Color convert

RGB8369123-
CMYK0.330.4400.52
HSL255.56º28.12%37.65%-
HSV(B)255.56º43.9%48.24%-
XYZ9.277.5319.7-
YUV79.34152.64130.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=30.18%
G=25.09%
B=44.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83691230.330.4400.52255.5628.1237.65
Hex53457B212C0341001c26
Octal12310517341540644003446
Binary101001110001011111011100001101100011010010000000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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