#502DA8

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

Shades of Blue Gem #502DA8

Tints of Blue Gem #502DA8

Color information

#502DA8 (or 0x502DA8) is unknown color: approx Blue Gem. HEX triplet: 50, 2D and A8. RGB value is (80,45,168). Sum of RGB (Red+Green+Blue) = 80+45+168=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 168 (66.02% from 255 or 57.34% from 293); Max value from RGB is 168 - color contains mainly: blue. Hex color #502DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DA8 is #AFD257. Grayscale: #454545. Windows color (decimal): -11522648 or 11021648. OLE color: 11021648.

HSL color Cylindrical-coordinate representation of color #502DA8: hue angle of 257.07º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502DA8 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8045168-
CMYK0.520.7300.34
HSL257.07º57.75%41.76%-
HSV(B)257.07º73.21%65.88%-
XYZ11.316.4137.69-
YUV69.49183.6135.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 168 (66.02% from 255) = 57.34%
R=27.30%
G=15.36%
B=57.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80451680.520.7300.34257.0757.7541.76
Hex502DA834490221013a2a
Octal12055250641110424017252
Binary10100001011011010100011010010010010100010100000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502DA8; }

 p { color: rgb(80,45,168); }

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

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

 a { background-color: rgb(80,45,168); }

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

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

 span { border-color: rgb(80,45,168); }

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