#503367

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

Shades of Blue Diamond #503367

Tints of Blue Diamond #503367

Color information

#503367 (or 0x503367) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 67. RGB value is (80,51,103). Sum of RGB (Red+Green+Blue) = 80+51+103=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #503367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503367 is #AFCC98. Grayscale: #414141. Windows color (decimal): -11521177 or 6763344. OLE color: 6763344.

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

Color convert

RGB8051103-
CMYK0.220.5000.60
HSL273.46º33.77%30.2%-
HSV(B)273.46º50.49%40.39%-
XYZ6.945.0513.44-
YUV65.6149.11138.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=34.19%
G=21.79%
B=44.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80511030.220.5000.60273.4633.7730.2
Hex503367163203C111221e
Octal1206314726620744214236
Binary1010000110011110011110110110010011110010001000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503367; }

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

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

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

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

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

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

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

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