#503769

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

Shades of Blue Diamond #503769

Tints of Blue Diamond #503769

Color information

#503769 (or 0x503769) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 69. RGB value is (80,55,105). Sum of RGB (Red+Green+Blue) = 80+55+105=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #503769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503769 is #AFC896. Grayscale: #444444. Windows color (decimal): -11520151 or 6895440. OLE color: 6895440.

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

Color convert

RGB8055105-
CMYK0.240.4800.59
HSL270º31.25%31.37%-
HSV(B)270º47.62%41.18%-
XYZ7.225.4614.04-
YUV68.18148.78136.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=33.33%
G=22.92%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80551050.240.4800.5927031.2531.37
Hex503769183003B10e1f1f
Octal1206715130600734163737
Binary101000011011111010011100011000001110111000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503769; }

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

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

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

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

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

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

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

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