#502473

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

Shades of Blue Diamond #502473

Tints of Blue Diamond #502473

Color information

#502473 (or 0x502473) is unknown color: approx Blue Diamond. HEX triplet: 50, 24 and 73. RGB value is (80,36,115). Sum of RGB (Red+Green+Blue) = 80+36+115=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #502473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502473 is #AFDB8C. Grayscale: #393939. Windows color (decimal): -11525005 or 7545936. OLE color: 7545936.

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

Color convert

RGB8036115-
CMYK0.300.6900.55
HSL273.42º52.32%29.61%-
HSV(B)273.42º68.7%45.1%-
XYZ7.034.2116.66-
YUV58.16160.08143.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=34.63%
G=15.58%
B=49.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80361150.300.6900.55273.4252.3229.61
Hex5024731E45037111341e
Octal12044163361050674216436
Binary10100001001001110011111101000101011011110001000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502473; }

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

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

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

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

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

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

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

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