#502874

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

Shades of Blue Diamond #502874

Tints of Blue Diamond #502874

Color information

#502874 (or 0x502874) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 74. RGB value is (80,40,116). Sum of RGB (Red+Green+Blue) = 80+40+116=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #502874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502874 is #AFD78B. Grayscale: #3C3C3C. Windows color (decimal): -11523980 or 7612496. OLE color: 7612496.

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

Color convert

RGB8040116-
CMYK0.310.6600.55
HSL271.58º48.72%30.59%-
HSV(B)271.58º65.52%45.49%-
XYZ7.224.4817.01-
YUV60.62159.25141.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=33.90%
G=16.95%
B=49.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80401160.310.6600.55271.5848.7230.59
Hex5028741F42037110311f
Octal12050164371020674206137
Binary10100001010001110100111111000010011011110001000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502874; }

 p { color: rgb(80,40,116); }

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

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

 a { background-color: rgb(80,40,116); }

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

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

 span { border-color: rgb(80,40,116); }

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