#503495

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

Shades of Blue Gem #503495

Tints of Blue Gem #503495

Color information

#503495 (or 0x503495) is unknown color: approx Blue Gem. HEX triplet: 50, 34 and 95. RGB value is (80,52,149). Sum of RGB (Red+Green+Blue) = 80+52+149=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #503495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503495 is #AFCB6A. Grayscale: #474747. Windows color (decimal): -11520875 or 9778256. OLE color: 9778256.

HSL color Cylindrical-coordinate representation of color #503495: hue angle of 257.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503495 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8052149-
CMYK0.460.6500.42
HSL257.32º48.26%39.41%-
HSV(B)257.32º65.1%58.43%-
XYZ9.966.3329.13-
YUV71.43171.78134.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=28.47%
G=18.51%
B=53.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80521490.460.6500.42257.3248.2639.41
Hex5034952E4102A1013027
Octal12064225561010524016047
Binary10100001101001001010110111010000010101010100000001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503495; }

 p { color: rgb(80,52,149); }

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

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

 a { background-color: rgb(80,52,149); }

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

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

 span { border-color: rgb(80,52,149); }

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