#503369

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

Shades of Blue Diamond #503369

Tints of Blue Diamond #503369

Color information

#503369 (or 0x503369) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 69. RGB value is (80,51,105). Sum of RGB (Red+Green+Blue) = 80+51+105=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #503369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503369 is #AFCC96. Grayscale: #414141. Windows color (decimal): -11521175 or 6894416. OLE color: 6894416.

HSL color Cylindrical-coordinate representation of color #503369: hue angle of 272.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503369 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8051105-
CMYK0.240.5100.59
HSL272.22º34.62%30.59%-
HSV(B)272.22º51.43%41.18%-
XYZ7.045.0913.98-
YUV65.83150.11138.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=33.90%
G=21.61%
B=44.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80511050.240.5100.59272.2234.6230.59
Hex503369183303B110231f
Octal1206315130630734204337
Binary1010000110011110100111000110011011101110001000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503369; }

 p { color: rgb(80,51,105); }

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

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

 a { background-color: rgb(80,51,105); }

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

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

 span { border-color: rgb(80,51,105); }

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