#502776

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

Shades of Blue Diamond #502776

Tints of Blue Diamond #502776

Color information

#502776 (or 0x502776) is unknown color: approx Blue Diamond. HEX triplet: 50, 27 and 76. RGB value is (80,39,118). Sum of RGB (Red+Green+Blue) = 80+39+118=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #502776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502776 is #AFD889. Grayscale: #3B3B3B. Windows color (decimal): -11524234 or 7743312. OLE color: 7743312.

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

Color convert

RGB8039118-
CMYK0.320.6700.54
HSL271.14º50.32%30.78%-
HSV(B)271.14º66.95%46.27%-
XYZ7.34.4617.62-
YUV60.26160.58142.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=33.76%
G=16.46%
B=49.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80391180.320.6700.54271.1450.3230.78
Hex502776204303610f321f
Octal12047166401030664176237
Binary101000010011111101101000001000011011011010000111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502776; }

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

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

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

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

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

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

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

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