#503398

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

Shades of Blue Gem #503398

Tints of Blue Gem #503398

Color information

#503398 (or 0x503398) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 98. RGB value is (80,51,152). Sum of RGB (Red+Green+Blue) = 80+51+152=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #503398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503398 is #AFCC67. Grayscale: #464646. Windows color (decimal): -11521128 or 9974608. OLE color: 9974608.

HSL color Cylindrical-coordinate representation of color #503398: hue angle of 257.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503398 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8051152-
CMYK0.470.6600.40
HSL257.23º49.75%39.8%-
HSV(B)257.23º66.45%59.61%-
XYZ10.166.3430.39-
YUV71.18173.61134.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=28.27%
G=18.02%
B=53.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80511520.470.6600.40257.2349.7539.8
Hex5033982F420281013228
Octal12063230571020504016250
Binary10100001100111001100010111110000100101000100000001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503398; }

 p { color: rgb(80,51,152); }

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

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

 a { background-color: rgb(80,51,152); }

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

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

 span { border-color: rgb(80,51,152); }

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