#502D6E

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

Shades of Blue Diamond #502D6E

Tints of Blue Diamond #502D6E

Color information

#502D6E (or 0x502D6E) is unknown color: approx Blue Diamond. HEX triplet: 50, 2D and 6E. RGB value is (80,45,110). Sum of RGB (Red+Green+Blue) = 80+45+110=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #502D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D6E is #AFD291. Grayscale: #3E3E3E. Windows color (decimal): -11522706 or 7220560. OLE color: 7220560.

HSL color Cylindrical-coordinate representation of color #502D6E: hue angle of 272.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502D6E is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8045110-
CMYK0.270.5900.57
HSL272.31º41.94%30.39%-
HSV(B)272.31º59.09%43.14%-
XYZ7.064.7115.29-
YUV62.87154.6140.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=34.04%
G=19.15%
B=46.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80451100.270.5900.57272.3141.9430.39
Hex502D6E1B3B0391102a1e
Octal1205515633730714205236
Binary1010000101101110111011011111011011100110001000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D6E; }

 p { color: rgb(80,45,110); }

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

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

 a { background-color: rgb(80,45,110); }

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

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

 span { border-color: rgb(80,45,110); }

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