#502DA5

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

Shades of Blue Gem #502DA5

Tints of Blue Gem #502DA5

Color information

#502DA5 (or 0x502DA5) is unknown color: approx Blue Gem. HEX triplet: 50, 2D and A5. RGB value is (80,45,165). Sum of RGB (Red+Green+Blue) = 80+45+165=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #502DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DA5 is #AFD25A. Grayscale: #444444. Windows color (decimal): -11522651 or 10825040. OLE color: 10825040.

HSL color Cylindrical-coordinate representation of color #502DA5: hue angle of 257.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502DA5 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8045165-
CMYK0.520.7300.35
HSL257.5º57.14%41.18%-
HSV(B)257.5º72.73%64.71%-
XYZ11.046.336.23-
YUV69.14182.1135.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 165 (64.84% from 255) = 56.90%
R=27.59%
G=15.52%
B=56.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80451650.520.7300.35257.557.1441.18
Hex502DA534490231023929
Octal12055245641110434027151
Binary10100001011011010010111010010010010100011100000010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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