#502E73

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

Shades of Blue Diamond #502E73

Tints of Blue Diamond #502E73

Color information

#502E73 (or 0x502E73) is unknown color: approx Blue Diamond. HEX triplet: 50, 2E and 73. RGB value is (80,46,115). Sum of RGB (Red+Green+Blue) = 80+46+115=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #502E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E73 is #AFD18C. Grayscale: #3F3F3F. Windows color (decimal): -11522445 or 7548496. OLE color: 7548496.

HSL color Cylindrical-coordinate representation of color #502E73: hue angle of 269.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502E73 is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8046115-
CMYK0.300.600.55
HSL269.57º42.86%31.57%-
HSV(B)269.57º60%45.1%-
XYZ7.384.916.78-
YUV64.03156.76139.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=33.20%
G=19.09%
B=47.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80461150.300.600.55269.5742.8631.57
Hex502E731E3C03710e2b20
Octal1205616336740674165340
Binary10100001011101110011111101111000110111100001110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,115); }

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

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

 a { background-color: rgb(80,46,115); }

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

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

 span { border-color: rgb(80,46,115); }

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