#502671

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

Shades of Blue Diamond #502671

Tints of Blue Diamond #502671

Color information

#502671 (or 0x502671) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 71. RGB value is (80,38,113). Sum of RGB (Red+Green+Blue) = 80+38+113=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #502671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502671 is #AFD98E. Grayscale: #3A3A3A. Windows color (decimal): -11524495 or 7415376. OLE color: 7415376.

HSL color Cylindrical-coordinate representation of color #502671: hue angle of 273.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502671 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8038113-
CMYK0.290.6600.56
HSL273.6º49.67%29.61%-
HSV(B)273.6º66.37%44.31%-
XYZ6.984.2816.08-
YUV59.11158.41142.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=34.63%
G=16.45%
B=48.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80381130.290.6600.56273.649.6729.61
Hex5026711D42038112321e
Octal12046161351020704226236
Binary10100001001101110001111011000010011100010001001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502671; }

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

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

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

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

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

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

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

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