#502172

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

Shades of Blue Diamond #502172

Tints of Blue Diamond #502172

Color information

#502172 (or 0x502172) is unknown color: approx Blue Diamond. HEX triplet: 50, 21 and 72. RGB value is (80,33,114). Sum of RGB (Red+Green+Blue) = 80+33+114=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #502172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502172 is #AFDE8D. Grayscale: #383838. Windows color (decimal): -11525774 or 7479632. OLE color: 7479632.

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

Color convert

RGB8033114-
CMYK0.300.7100.55
HSL274.81º55.1%28.82%-
HSV(B)274.81º71.05%44.71%-
XYZ6.894.0116.33-
YUV56.29160.57144.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=35.24%
G=14.54%
B=50.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80331140.300.7100.55274.8155.128.82
Hex5021721E47037113371d
Octal12041162361070674236735
Binary10100001000011110010111101000111011011110001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502172; }

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

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

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

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

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

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

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

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