#502078

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

Shades of Blue Diamond #502078

Tints of Blue Diamond #502078

Color information

#502078 (or 0x502078) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 78. RGB value is (80,32,120). Sum of RGB (Red+Green+Blue) = 80+32+120=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #502078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502078 is #AFDF87. Grayscale: #383838. Windows color (decimal): -11526024 or 7872592. OLE color: 7872592.

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

Color convert

RGB8032120-
CMYK0.330.7300.53
HSL272.73º57.89%29.8%-
HSV(B)272.73º73.33%47.06%-
XYZ7.214.0918.18-
YUV56.38163.9144.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=34.48%
G=13.79%
B=51.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80321200.330.7300.53272.7357.8929.8
Hex50207821490351113a1e
Octal12040170411110654217236
Binary101000010000011110001000011001001011010110001000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502078; }

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

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

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

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

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

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

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

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