#503E7B

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

Shades of Gigas #503E7B

Tints of Gigas #503E7B

Color information

#503E7B (or 0x503E7B) is unknown color: approx Gigas. HEX triplet: 50, 3E and 7B. RGB value is (80,62,123). Sum of RGB (Red+Green+Blue) = 80+62+123=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #503E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E7B is #AFC184. Grayscale: #4A4A4A. Windows color (decimal): -11518341 or 8076880. OLE color: 8076880.

HSL color Cylindrical-coordinate representation of color #503E7B: hue angle of 257.7º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503E7B is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8062123-
CMYK0.350.5000.52
HSL257.7º32.97%36.27%-
HSV(B)257.7º49.59%48.24%-
XYZ8.616.5819.56-
YUV74.34155.46132.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=30.19%
G=23.40%
B=46.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80621230.350.5000.52257.732.9736.27
Hex503E7B23320341022124
Octal1207617343620644024144
Binary101000011111011110111000111100100110100100000010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503E7B; }

 p { color: rgb(80,62,123); }

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

<style>
 a { background-color: #503E7B; }

 a { background-color: rgb(80,62,123); }

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

<style>
 span { border-color: #503E7B; }

 span { border-color: rgb(80,62,123); }

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