#502B78

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

Shades of Blue Diamond #502B78

Tints of Blue Diamond #502B78

Color information

#502B78 (or 0x502B78) is unknown color: approx Blue Diamond. HEX triplet: 50, 2B and 78. RGB value is (80,43,120). Sum of RGB (Red+Green+Blue) = 80+43+120=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #502B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B78 is #AFD487. Grayscale: #3E3E3E. Windows color (decimal): -11523208 or 7875408. OLE color: 7875408.

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

Color convert

RGB8043120-
CMYK0.330.6400.53
HSL268.83º47.24%31.96%-
HSV(B)268.83º64.17%47.06%-
XYZ7.564.7918.3-
YUV62.84160.26140.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=32.92%
G=17.70%
B=49.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80431200.330.6400.53268.8347.2431.96
Hex502B78214003510d2f20
Octal12053170411000654155740
Binary1010000101011111100010000110000000110101100001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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