#503867

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

Shades of Blue Diamond #503867

Tints of Blue Diamond #503867

Color information

#503867 (or 0x503867) is unknown color: approx Blue Diamond. HEX triplet: 50, 38 and 67. RGB value is (80,56,103). Sum of RGB (Red+Green+Blue) = 80+56+103=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #503867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503867 is #AFC798. Grayscale: #444444. Windows color (decimal): -11519897 or 6764624. OLE color: 6764624.

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

Color convert

RGB8056103-
CMYK0.220.4600.60
HSL270.64º29.56%31.18%-
HSV(B)270.64º45.63%40.39%-
XYZ7.175.5113.52-
YUV68.53147.45136.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=33.47%
G=23.43%
B=43.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80561030.220.4600.60270.6429.5631.18
Hex503867162E03C10f1e1f
Octal1207014726560744173637
Binary101000011100011001111011010111001111001000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503867; }

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

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

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

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

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

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

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

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