#502D78

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

Shades of Blue Diamond #502D78

Tints of Blue Diamond #502D78

Color information

#502D78 (or 0x502D78) is unknown color: approx Blue Diamond. HEX triplet: 50, 2D and 78. RGB value is (80,45,120). Sum of RGB (Red+Green+Blue) = 80+45+120=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #502D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D78 is #AFD287. Grayscale: #3F3F3F. Windows color (decimal): -11522696 or 7875920. OLE color: 7875920.

HSL color Cylindrical-coordinate representation of color #502D78: hue angle of 268º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502D78 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8045120-
CMYK0.330.6300.53
HSL268º45.45%32.35%-
HSV(B)268º62.5%47.06%-
XYZ7.644.9418.32-
YUV64.01159.6139.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=32.65%
G=18.37%
B=48.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80451200.330.6300.5326845.4532.35
Hex502D78213F03510c2d20
Octal1205517041770654145540
Binary101000010110111110001000011111110110101100001100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,45,120); }

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

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

 a { background-color: rgb(80,45,120); }

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

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

 span { border-color: rgb(80,45,120); }

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