#503868

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

Shades of Blue Diamond #503868

Tints of Blue Diamond #503868

Color information

#503868 (or 0x503868) is unknown color: approx Blue Diamond. HEX triplet: 50, 38 and 68. RGB value is (80,56,104). Sum of RGB (Red+Green+Blue) = 80+56+104=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #503868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503868 is #AFC797. Grayscale: #444444. Windows color (decimal): -11519896 or 6830160. OLE color: 6830160.

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

Color convert

RGB8056104-
CMYK0.230.4600.59
HSL270º30%31.37%-
HSV(B)270º46.15%40.78%-
XYZ7.225.5313.78-
YUV68.65147.95136.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80561040.230.4600.592703031.37
Hex503868172E03B10e1e1f
Octal1207015027560734163637
Binary101000011100011010001011110111001110111000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503868; }

 p { color: rgb(80,56,104); }

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

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

 a { background-color: rgb(80,56,104); }

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

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

 span { border-color: rgb(80,56,104); }

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