#502fa8

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

Shades of Blue Gem #502FA8

Tints of Blue Gem #502FA8

Color information

#502FA8 (or 0x502FA8) is unknown color: approx Blue Gem. HEX triplet: 50, 2F and A8. RGB value is (80,47,168). Sum of RGB (Red+Green+Blue) = 80+47+168=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #502FA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FA8 is #AFD057. Grayscale: #464646. Windows color (decimal): -11522136 or 11022160. OLE color: 11022160.

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

Color convert

RGB8047168-
CMYK0.520.7200.34
HSL256.36º56.28%42.16%-
HSV(B)256.36º72.02%65.88%-
XYZ11.396.5737.71-
YUV70.66182.93134.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 168 (66.02% from 255) = 56.95%
R=27.12%
G=15.93%
B=56.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80471680.520.7200.34256.3656.2842.16
Hex502FA83448022100382a
Octal12057250641100424007052
Binary10100001011111010100011010010010000100010100000000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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