#503567

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

Shades of Blue Diamond #503567

Tints of Blue Diamond #503567

Color information

#503567 (or 0x503567) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 67. RGB value is (80,53,103). Sum of RGB (Red+Green+Blue) = 80+53+103=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #503567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503567 is #AFCA98. Grayscale: #424242. Windows color (decimal): -11520665 or 6763856. OLE color: 6763856.

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

Color convert

RGB8053103-
CMYK0.220.4900.60
HSL272.4º32.05%30.59%-
HSV(B)272.4º48.54%40.39%-
XYZ7.035.2313.47-
YUV66.77148.45137.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=33.90%
G=22.46%
B=43.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80531030.220.4900.60272.432.0530.59
Hex503567163103C110201f
Octal1206514726610744204037
Binary1010000110101110011110110110001011110010001000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503567; }

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

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

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

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

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

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

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

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