#504595

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

Shades of Blue Gem #504595

Tints of Blue Gem #504595

Color information

#504595 (or 0x504595) is unknown color: approx Blue Gem. HEX triplet: 50, 45 and 95. RGB value is (80,69,149). Sum of RGB (Red+Green+Blue) = 80+69+149=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #504595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504595 is #AFBA6A. Grayscale: #515151. Windows color (decimal): -11516523 or 9782608. OLE color: 9782608.

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

Color convert

RGB8069149-
CMYK0.460.5400.42
HSL248.25º36.7%42.75%-
HSV(B)248.25º53.69%58.43%-
XYZ10.868.1329.43-
YUV81.41166.14127-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 149 (58.59% from 255) = 50%
R=26.85%
G=23.15%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80691490.460.5400.42248.2536.742.75
Hex5045952E3602Af8252b
Octal12010522556660523704553
Binary1010000100010110010101101110110110010101011111000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504595; }

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

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

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

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

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

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

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

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