#504592

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

Shades of Blue Gem #504592

Tints of Blue Gem #504592

Color information

#504592 (or 0x504592) is unknown color: approx Blue Gem. HEX triplet: 50, 45 and 92. RGB value is (80,69,146). Sum of RGB (Red+Green+Blue) = 80+69+146=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #504592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504592 is #AFBA6D. Grayscale: #505050. Windows color (decimal): -11516526 or 9586000. OLE color: 9586000.

HSL color Cylindrical-coordinate representation of color #504592: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #504592 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8069146-
CMYK0.450.5300.43
HSL248.57º35.81%42.16%-
HSV(B)248.57º52.74%57.25%-
XYZ10.628.0428.19-
YUV81.07164.64127.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=27.12%
G=23.39%
B=49.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80691460.450.5300.43248.5735.8142.16
Hex5045922D3502Bf9242a
Octal12010522255650533714452
Binary1010000100010110010010101101110101010101111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504592; }

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

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

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

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

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

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

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

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