#502079

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

Shades of Blue Diamond #502079

Tints of Blue Diamond #502079

Color information

#502079 (or 0x502079) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 79. RGB value is (80,32,121). Sum of RGB (Red+Green+Blue) = 80+32+121=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #502079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502079 is #AFDF86. Grayscale: #383838. Windows color (decimal): -11526023 or 7938128. OLE color: 7938128.

HSL color Cylindrical-coordinate representation of color #502079: hue angle of 272.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502079 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8032121-
CMYK0.340.7400.53
HSL272.36º58.17%30%-
HSV(B)272.36º73.55%47.45%-
XYZ7.284.1218.5-
YUV56.5164.4144.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=34.33%
G=13.73%
B=51.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80321210.340.7400.53272.3658.1730
Hex502079224A0351103a1e
Octal12040171421120654207236
Binary101000010000011110011000101001010011010110001000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502079; }

 p { color: rgb(80,32,121); }

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

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

 a { background-color: rgb(80,32,121); }

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

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

 span { border-color: rgb(80,32,121); }

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