#502273

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

Shades of Blue Diamond #502273

Tints of Blue Diamond #502273

Color information

#502273 (or 0x502273) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 73. RGB value is (80,34,115). Sum of RGB (Red+Green+Blue) = 80+34+115=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #502273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502273 is #AFDD8C. Grayscale: #383838. Windows color (decimal): -11525517 or 7545424. OLE color: 7545424.

HSL color Cylindrical-coordinate representation of color #502273: hue angle of 274.07º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502273 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8034115-
CMYK0.300.7000.55
HSL274.07º54.36%29.22%-
HSV(B)274.07º70.43%45.1%-
XYZ6.974.0916.64-
YUV56.99160.74144.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=34.93%
G=14.85%
B=50.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80341150.300.7000.55274.0754.3629.22
Hex5022731E46037112361d
Octal12042163361060674226635
Binary10100001000101110011111101000110011011110001001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502273; }

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

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

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

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

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

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

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

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