#503E92

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

Shades of Blue Gem #503E92

Tints of Blue Gem #503E92

Color information

#503E92 (or 0x503E92) is unknown color: approx Blue Gem. HEX triplet: 50, 3E and 92. RGB value is (80,62,146). Sum of RGB (Red+Green+Blue) = 80+62+146=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #503E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E92 is #AFC16D. Grayscale: #4C4C4C. Windows color (decimal): -11518318 or 9584208. OLE color: 9584208.

HSL color Cylindrical-coordinate representation of color #503E92: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503E92 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8062146-
CMYK0.450.5800.43
HSL252.86º40.38%40.78%-
HSV(B)252.86º57.53%57.25%-
XYZ10.227.2328.05-
YUV76.96166.96130.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=27.78%
G=21.53%
B=50.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80621460.450.5800.43252.8640.3840.78
Hex503E922D3A02Bfd2829
Octal1207622255720533755051
Binary101000011111010010010101101111010010101111111101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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