#504293

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

Shades of Blue Gem #504293

Tints of Blue Gem #504293

Color information

#504293 (or 0x504293) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 93. RGB value is (80,66,147). Sum of RGB (Red+Green+Blue) = 80+66+147=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #504293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504293 is #AFBD6C. Grayscale: #4F4F4F. Windows color (decimal): -11517293 or 9650768. OLE color: 9650768.

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

Color convert

RGB8066147-
CMYK0.460.5500.42
HSL250.37º38.03%41.76%-
HSV(B)250.37º55.1%57.65%-
XYZ10.527.7128.54-
YUV79.42166.14128.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=27.30%
G=22.53%
B=50.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80661470.460.5500.42250.3738.0341.76
Hex5042932E3702Afa262a
Octal12010222356670523724652
Binary1010000100001010010011101110110111010101011111010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504293; }

 p { color: rgb(80,66,147); }

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

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

 a { background-color: rgb(80,66,147); }

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

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

 span { border-color: rgb(80,66,147); }

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