#504095

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

Shades of Blue Gem #504095

Tints of Blue Gem #504095

Color information

#504095 (or 0x504095) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 95. RGB value is (80,64,149). Sum of RGB (Red+Green+Blue) = 80+64+149=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #504095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504095 is #AFBF6A. Grayscale: #4E4E4E. Windows color (decimal): -11517803 or 9781328. OLE color: 9781328.

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

Color convert

RGB8064149-
CMYK0.460.5700.42
HSL251.29º39.91%41.76%-
HSV(B)251.29º57.05%58.43%-
XYZ10.577.5429.33-
YUV78.47167.8129.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=27.30%
G=21.84%
B=50.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80641490.460.5700.42251.2939.9141.76
Hex5040952E3902Afb282a
Octal12010022556710523735052
Binary1010000100000010010101101110111001010101011111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504095; }

 p { color: rgb(80,64,149); }

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

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

 a { background-color: rgb(80,64,149); }

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

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

 span { border-color: rgb(80,64,149); }

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