#502272

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

Shades of Blue Diamond #502272

Tints of Blue Diamond #502272

Color information

#502272 (or 0x502272) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 72. RGB value is (80,34,114). Sum of RGB (Red+Green+Blue) = 80+34+114=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #502272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502272 is #AFDD8D. Grayscale: #383838. Windows color (decimal): -11525518 or 7479888. OLE color: 7479888.

HSL color Cylindrical-coordinate representation of color #502272: hue angle of 274.5º 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 #502272 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8034114-
CMYK0.300.7000.55
HSL274.5º54.05%29.02%-
HSV(B)274.5º70.18%44.71%-
XYZ6.924.0616.34-
YUV56.87160.24144.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 114 (44.92% from 255) = 50%
R=35.09%
G=14.91%
B=50%

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
Decimal80341140.300.7000.55274.554.0529.02
Hex5022721E46037112361d
Octal12042162361060674226635
Binary10100001000101110010111101000110011011110001001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502272; }

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

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

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

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

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

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

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

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