#502672

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

Shades of Blue Diamond #502672

Tints of Blue Diamond #502672

Color information

#502672 (or 0x502672) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 72. RGB value is (80,38,114). Sum of RGB (Red+Green+Blue) = 80+38+114=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #502672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502672 is #AFD98D. Grayscale: #3A3A3A. Windows color (decimal): -11524494 or 7480912. OLE color: 7480912.

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

Color convert

RGB8038114-
CMYK0.300.6700.55
HSL273.16º50%29.8%-
HSV(B)273.16º66.67%44.71%-
XYZ7.044.3116.38-
YUV59.22158.91142.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=34.48%
G=16.38%
B=49.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80381140.300.6700.55273.165029.8
Hex5026721E43037111321e
Octal12046162361030674216236
Binary10100001001101110010111101000011011011110001000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502672; }

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

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

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

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

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

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

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

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