#502B77

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

Shades of Blue Diamond #502B77

Tints of Blue Diamond #502B77

Color information

#502B77 (or 0x502B77) is unknown color: approx Blue Diamond. HEX triplet: 50, 2B and 77. RGB value is (80,43,119). Sum of RGB (Red+Green+Blue) = 80+43+119=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #502B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B77 is #AFD488. Grayscale: #3E3E3E. Windows color (decimal): -11523209 or 7809872. OLE color: 7809872.

HSL color Cylindrical-coordinate representation of color #502B77: hue angle of 269.21º 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 #502B77 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8043119-
CMYK0.330.6400.53
HSL269.21º46.91%31.76%-
HSV(B)269.21º63.87%46.67%-
XYZ7.54.7717.98-
YUV62.73159.76140.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=33.06%
G=17.77%
B=49.17%

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
Decimal80431190.330.6400.53269.2146.9131.76
Hex502B77214003510d2f20
Octal12053167411000654155740
Binary1010000101011111011110000110000000110101100001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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