#502B76

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

Shades of Blue Diamond #502B76

Tints of Blue Diamond #502B76

Color information

#502B76 (or 0x502B76) is unknown color: approx Blue Diamond. HEX triplet: 50, 2B and 76. RGB value is (80,43,118). Sum of RGB (Red+Green+Blue) = 80+43+118=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #502B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B76 is #AFD489. Grayscale: #3E3E3E. Windows color (decimal): -11523210 or 7744336. OLE color: 7744336.

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

Color convert

RGB8043118-
CMYK0.320.6400.54
HSL269.6º46.58%31.57%-
HSV(B)269.6º63.56%46.27%-
XYZ7.444.7417.66-
YUV62.61159.26140.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=33.20%
G=17.84%
B=48.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80431180.320.6400.54269.646.5831.57
Hex502B76204003610e2f20
Octal12053166401000664165740
Binary1010000101011111011010000010000000110110100001110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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