#502973

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

Shades of Blue Diamond #502973

Tints of Blue Diamond #502973

Color information

#502973 (or 0x502973) is unknown color: approx Blue Diamond. HEX triplet: 50, 29 and 73. RGB value is (80,41,115). Sum of RGB (Red+Green+Blue) = 80+41+115=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #502973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502973 is #AFD68C. Grayscale: #3C3C3C. Windows color (decimal): -11523725 or 7547216. OLE color: 7547216.

HSL color Cylindrical-coordinate representation of color #502973: hue angle of 271.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502973 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8041115-
CMYK0.300.6400.55
HSL271.62º47.44%30.59%-
HSV(B)271.62º64.35%45.1%-
XYZ7.24.5316.71-
YUV61.1158.42141.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=33.90%
G=17.37%
B=48.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80411150.300.6400.55271.6247.4430.59
Hex5029731E400371102f1f
Octal12051163361000674205737
Binary10100001010011110011111101000000011011110001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502973; }

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

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

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

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

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

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

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

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